Changes in README.md [14b2ac7:1a4ec93f] in mainline
Legend:
- Unmodified
- Added
- Removed
-
README.md
r14b2ac7 r1a4ec93f 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 … … 19 19 incurred by them. 20 20 21 * [Website](http s://helenos.org)22 * [Wiki](http s://helenos.org/wiki)23 * [Tickets](http s://www.helenos.org/report/1)24 * [How to contribute](http s://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) 25 25 26 26 ## Portability … … 35 35 36 36 In order to build HelenOS, one must first build the cross-compiler toolchain 37 ( the default installation location can be overridden by specifying the38 `CROSS_PREFIX` environment variable) by running (example for the amd64 39 architecture, further list of targets can befound in the `default` directory):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): 40 40 41 41 ``` … … 61 61 ``` 62 62 # sudo dnf group install 'Development Tools' 63 # sudo dnf install wget texinfo PyYAML genisoimage flex bison63 # sudo dnf install wget texinfo libmpc-devel mpfr-devel gmp-devel PyYAML genisoimage flex bison 64 64 ``` 65 66 65 In case the toolchain script won't work no matter how hard you try, let us know. 67 66 Please supply as many relevant information (your OS and distribution, list of … … 126 125 127 126 For additional information about running HelenOS, see 128 [UsersGuide/RunningInQEMU](http s://www.helenos.org/wiki/UsersGuide/RunningInQEMU) or129 [UsersGuide/RunningInVirtualBox](http s://www.helenos.org/wiki/UsersGuide/RunningInVirtualBox) or127 [UsersGuide/RunningInQEMU](http://www.helenos.org/wiki/UsersGuide/RunningInQEMU) or 128 [UsersGuide/RunningInVirtualBox](http://www.helenos.org/wiki/UsersGuide/RunningInVirtualBox) or 130 129 see the files in tools/conf. 131 132 ## Contributing133 134 There is a whole section of our wiki devoted to135 [how to contribute to HelenOS](https://www.helenos.org/wiki/HowToContribute).136 But to highlight the most important points, you should subscribe to137 our mailing list and if you have an idea for contributing, discuss it138 with us first so that we can agree upon the design.139 140 Especially if you are a first time contributor, blindingly shooting141 a pull request may result in it being closed on the grounds that it142 does not fit well within the grand scheme of things. That would not143 be efficient use of time.144 145 Communicating early and often is the key to successful acceptance of146 your patch/PR.147 130 148 131 ## License
Note:
See TracChangeset
for help on using the changeset viewer.
