Changes in README.md [14b2ac7:1a4ec93f] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

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