Changes in README.md [1a4ec93f:de38873] in mainline
Legend:
- Unmodified
- Added
- Removed
-
README.md
r1a4ec93f rde38873 10 10 extensible, fault tolerant and easy to understand. 11 11 12 12  13 13 14 14 HelenOS aims to be compatible with the C11 and C++14 standards, but does not … … 35 35 36 36 In 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 39 architecture, further list of targets can be found in the `default` directory): 40 40 41 41 ``` … … 61 61 ``` 62 62 # sudo dnf group install 'Development Tools' 63 # sudo dnf install wget texinfo libmpc-devel mpfr-devel gmp-develPyYAML genisoimage flex bison63 # sudo dnf install wget texinfo PyYAML genisoimage flex bison 64 64 ``` 65 65 66 In case the toolchain script won't work no matter how hard you try, let us know. 66 67 Please supply as many relevant information (your OS and distribution, list of … … 129 130 see the files in tools/conf. 130 131 132 ## Contributing 133 134 There is a whole section of our wiki devoted to 135 [how to contribute to HelenOS](http://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. 147 131 148 ## License 132 149
Note:
See TracChangeset
for help on using the changeset viewer.
