Changes in README.md [03bf4fc:5b5f3eb] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    r03bf4fc r5b5f3eb  
    99directly harm others. HelenOS is therefore flexible, modular,
    1010extensible, fault tolerant and easy to understand.
     11
     12![screenshot](http://www.helenos.org/raw-attachment/wiki/Screenshots/screenshot.png "Screenshot")
    1113
    1214HelenOS aims to be compatible with the C11 and C++14 standards, but does not
     
    2426## Portability
    2527
    26 HelenOS runs on seven different processor architectures and machines ranging
     28HelenOS runs on eight different processor architectures and machines ranging
    2729from embedded ARM devices and single-board computers through multicore 32-bit
    2830and 64-bit desktop PCs to 64-bit Itanium and SPARC rack-mount servers.
     
    5254
    5355```
    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
    5557```
    5658
     
    5961```
    6062# 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
    6264```
    6365In 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.