Changes in README.md [1a4ec93f:de38873] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    r1a4ec93f rde38873  
    1010extensible, fault tolerant and easy to understand.
    1111
    12 ![screenshot](http://www.helenos.org/raw-attachment/wiki/Screenshots/screenshot.png "Screenshot")
     12![screenshot](http://www.helenos.org/raw-attachment/wiki/Screenshots/newgui-aio.png "Screenshot")
    1313
    1414HelenOS aims to be compatible with the C11 and C++14 standards, but does not
     
    3535
    3636In order to build HelenOS, one must first build the cross-compiler toolchain
    37 (either as a root or by specifying the `CROSS_PREFIX` environment variable)
    38 by running (example for the amd64 architecture, further list of targets can be
    39 found in the `default` directory):
     37(the default installation location can be overridden by specifying the
     38`CROSS_PREFIX` environment variable) by running (example for the amd64
     39architecture, further list of targets can be found in the `default` directory):
    4040
    4141```
     
    6161```
    6262# sudo dnf group install 'Development Tools'
    63 # sudo dnf install wget texinfo libmpc-devel mpfr-devel gmp-devel PyYAML genisoimage flex bison
     63# sudo dnf install wget texinfo PyYAML genisoimage flex bison
    6464```
     65
    6566In case the toolchain script won't work no matter how hard you try, let us know.
    6667Please supply as many relevant information (your OS and distribution, list of
     
    129130see the files in tools/conf.
    130131
     132## Contributing
     133
     134There is a whole section of our wiki devoted to
     135[how to contribute to HelenOS](http://www.helenos.org/wiki/HowToContribute).
     136But to highlight the most important points, you should subscribe to
     137our mailing list and if you have an idea for contributing, discuss it
     138with us first so that we can agree upon the design.
     139
     140Especially if you are a first time contributor, blindingly shooting
     141a pull request may result in it being closed on the grounds that it
     142does not fit well within the grand scheme of things. That would not
     143be efficient use of time.
     144
     145Communicating early and often is the key to successful acceptance of
     146your patch/PR.
     147
    131148## License
    132149
Note: See TracChangeset for help on using the changeset viewer.