A minimal plan9port fork designed just to cross-build Jehanne
Go to file
Giacomo Tesio 2b6014bf3e add dc to build 2022-01-06 01:41:03 +01:00
cmd add dc to build 2022-01-06 01:41:03 +01:00
include minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
lib minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
.gitignore minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
LICENSE.Plan9Foundation.txt minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
README.txt minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
build.sh add dc to build 2022-01-06 01:41:03 +01:00

README.txt

A minimal plan9port fork designed just to cross-build Jehanne
=============================================================

The sole goal of these tools is to cross-build Jehanne in a way
that can be more easily ported to Jehanne itself. 


Tools available
---------------
- lib
  - lib9: stripped down lib9 from plan9port
          uses $JEHANNE/hacking instead of $PLAN9 to not mess with
          more useful plan9port installation
  - bio: plan9port libbio
  - yaccpar and yaccpars (parts of "yacc runtime")

- cmd
  - yacc (9yacc in $JEHANNE/hacking/bin)
  - rc

Commands will be installed in $JEHANNE/hacking/bin
Libraries will be installed in $JEHANNE/hacking/lib

WARNING
-------

Do not use these tools for anything else.