Changes in README.md [03bf4fc:5b5f3eb] in mainline
Legend:
- Unmodified
- Added
- Removed
-
README.md
r03bf4fc r5b5f3eb 9 9 directly harm others. HelenOS is therefore flexible, modular, 10 10 extensible, fault tolerant and easy to understand. 11 12  11 13 12 14 HelenOS aims to be compatible with the C11 and C++14 standards, but does not … … 24 26 ## Portability 25 27 26 HelenOS runs on sevendifferent processor architectures and machines ranging28 HelenOS runs on eight different processor architectures and machines ranging 27 29 from embedded ARM devices and single-board computers through multicore 32-bit 28 30 and 64-bit desktop PCs to 64-bit Itanium and SPARC rack-mount servers. … … 52 54 53 55 ``` 54 $ sudo apt-get install build-essential libgmp-dev libmpfr-dev ppl-dev libmpc-dev zlib1g-dev texinfo libtinfo-dev xutils-dev 56 $ sudo apt-get install build-essential libgmp-dev libmpfr-dev ppl-dev libmpc-dev zlib1g-dev texinfo libtinfo-dev xutils-dev flex bison 55 57 ``` 56 58 … … 59 61 ``` 60 62 # sudo dnf group install 'Development Tools' 61 # sudo dnf install wget texinfo libmpc-devel mpfr-devel gmp-devel PyYAML genisoimage 63 # sudo dnf install wget texinfo libmpc-devel mpfr-devel gmp-devel PyYAML genisoimage flex bison 62 64 ``` 63 65 In case the toolchain script won't work no matter how hard you try, let us know.
Note:
See TracChangeset
for help on using the changeset viewer.