Changes in README.md [5b5f3eb:856be6e9] in mainline
Legend:
- Unmodified
- Added
- Removed
-
README.md
r5b5f3eb r856be6e9 26 26 ## Portability 27 27 28 HelenOS runs on eightdifferent processor architectures and machines ranging28 HelenOS runs on seven 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 flex bison56 $ sudo apt-get install build-essential libgmp-dev libmpfr-dev ppl-dev libmpc-dev zlib1g-dev texinfo libtinfo-dev xutils-dev 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 flex bison63 # sudo dnf install wget texinfo libmpc-devel mpfr-devel gmp-devel PyYAML genisoimage 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.