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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    r1a4ec93f r14b2ac7  
    1010extensible, fault tolerant and easy to understand.
    1111
    12 ![screenshot](http://www.helenos.org/raw-attachment/wiki/Screenshots/screenshot.png "Screenshot")
     12![screenshot](https://www.helenos.org/raw-attachment/wiki/Screenshots/gui-14.1-aio.png "Screenshot")
    1313
    1414HelenOS aims to be compatible with the C11 and C++14 standards, but does not
     
    1919incurred by them.
    2020
    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)
     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)
    2525
    2626## Portability
     
    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
     
    125126
    126127For additional information about running HelenOS, see
    127 [UsersGuide/RunningInQEMU](http://www.helenos.org/wiki/UsersGuide/RunningInQEMU) or
    128 [UsersGuide/RunningInVirtualBox](http://www.helenos.org/wiki/UsersGuide/RunningInVirtualBox) or
     128[UsersGuide/RunningInQEMU](https://www.helenos.org/wiki/UsersGuide/RunningInQEMU) or
     129[UsersGuide/RunningInVirtualBox](https://www.helenos.org/wiki/UsersGuide/RunningInVirtualBox) or
    129130see the files in tools/conf.
     131
     132## Contributing
     133
     134There is a whole section of our wiki devoted to
     135[how to contribute to HelenOS](https://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.
    130147
    131148## License
Note: See TracChangeset for help on using the changeset viewer.