Changes in README.md [856be6e9:5b5f3eb] in mainline
Legend:
- Unmodified
- Added
- Removed
-
README.md
r856be6e9 r5b5f3eb 26 26 ## Portability 27 27 28 HelenOS runs on sevendifferent processor architectures and machines ranging28 HelenOS runs on eight different processor architectures and machines ranging 29 29 from embedded ARM devices and single-board computers through multicore 32-bit 30 30 and 64-bit desktop PCs to 64-bit Itanium and SPARC rack-mount servers. … … 54 54 55 55 ``` 56 $ 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 57 57 ``` 58 58 … … 61 61 ``` 62 62 # sudo dnf group install 'Development Tools' 63 # 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 64 64 ``` 65 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.