update README.md
This commit is contained in:
parent
cbce16f75e
commit
ef85c80359
14
README.md
14
README.md
@ -10,7 +10,7 @@ Jehanne has noble ancestors:
|
|||||||
- most of userland tools, a lot of wisdom and some kernel modules,
|
- most of userland tools, a lot of wisdom and some kernel modules,
|
||||||
come from [9front][9front]
|
come from [9front][9front]
|
||||||
- the kernel is a fork of Charles Forsyth's [Plan9-9k][plan9-9k]
|
- the kernel is a fork of Charles Forsyth's [Plan9-9k][plan9-9k]
|
||||||
- most of the build system and some valuable piece of code come from [Harvey OS][harvey]
|
- ~~most of the build system and~~ some valuable piece of code come from [Harvey OS][harvey]
|
||||||
|
|
||||||
Still the project is named after a humble peasant,
|
Still the project is named after a humble peasant,
|
||||||
the famous French heretic [Joan of Arc][arc], because it diverges deeply
|
the famous French heretic [Joan of Arc][arc], because it diverges deeply
|
||||||
@ -48,11 +48,11 @@ The running system also includes supplemental folders like `/lib`,
|
|||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
To build Jehanne and play with it, you need to have git, golang, qemu,
|
To build Jehanne and play with it, you need to have git, qemu,
|
||||||
gcc, binutils and bison installed.
|
gcc, binutils and bison installed.
|
||||||
For example on Debian GNU/Linux 10 you should be able to get going with
|
For example on Debian GNU/Linux 10 you should be able to get going with
|
||||||
|
|
||||||
sudo apt-get install git golang build-essential flex bison qemu-system autoconf autoconf-archive curl automake-1.15
|
sudo apt-get install git build-essential flex bison qemu-system autoconf autoconf-archive curl automake-1.15
|
||||||
|
|
||||||
After the repository clone, you can give a look with
|
After the repository clone, you can give a look with
|
||||||
|
|
||||||
@ -73,10 +73,8 @@ need to know about its principles, design and weirdness.
|
|||||||
|
|
||||||
There's a lot of work to do, in every area of the system.
|
There's a lot of work to do, in every area of the system.
|
||||||
|
|
||||||
To coordinate our efforts, we use the github issues.
|
To coordinate our efforts, please use gitea issues.
|
||||||
To discuss (and even debate) about the design and development of Jehanne
|
|
||||||
we use the [JehanneOS mailing list][mailinglist]: please join and present
|
|
||||||
yourself and your attitudes.
|
|
||||||
|
|
||||||
[simplicity]: http://plato.stanford.edu/entries/simplicity/ "What is simplicity?"
|
[simplicity]: http://plato.stanford.edu/entries/simplicity/ "What is simplicity?"
|
||||||
[harvey]: http://harvey-os.org "Harvey OS"
|
[harvey]: http://harvey-os.org "Harvey OS"
|
||||||
@ -85,5 +83,5 @@ yourself and your attitudes.
|
|||||||
[nix]: https://github.com/rminnich/nix-os
|
[nix]: https://github.com/rminnich/nix-os
|
||||||
[arc]: https://en.wikipedia.org/wiki/Joan_of_Arc "Jeanne d'Arc"
|
[arc]: https://en.wikipedia.org/wiki/Joan_of_Arc "Jeanne d'Arc"
|
||||||
[lic]: ./LICENSE.md "A summary of Jehanne licensing"
|
[lic]: ./LICENSE.md "A summary of Jehanne licensing"
|
||||||
[mailinglist]: https://groups.google.com/forum/#!forum/jehanneos
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user