Changes between Version 23 and Version 24 of UsersGuide/CompilingFromSource
- Timestamp:
- 2016-01-08T14:03:07Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersGuide/CompilingFromSource
v23 v24 3 3 This section explains how to compile HelenOS from latest source code. 4 4 5 == Attention Newbies==5 == Attention == 6 6 7 This method is not recommended for beginners.If you are running HelenOS for the first time, please [UsersGuide/QuickStart run a pre-built, supported HelenOS image] (see instructions in that article).7 '''This method is not recommended for beginners.''' If you are running HelenOS for the first time, please [UsersGuide/QuickStart run a pre-built, supported HelenOS image] (see instructions in that article). 8 8 9 9 Compiling an operating system is not quite as simple as running the common {{{configure && make && make install}}} combo you use to compile your favorite application. If you still want to do it, please follow these instructions very carefully. If you skip parts of these instructions without knowing exactly what you are doing, it won't compile (or it will not run). We are happy to help with actual problems, but please don't bother us on the mailing list with fake issues caused by not following these instructions. For example, if you choose not to install our fine compiler toolchain, then please don't expect that the compilation process of HelenOS should magically work without it.