Changes between Version 25 and Version 26 of UsersGuide/CompilingFromSource
- Timestamp:
- 2016-04-19T14:41:56Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersGuide/CompilingFromSource
v25 v26 1 1 = Compiling HelenOS From Source = 2 [[PageOutline]] 2 3 3 4 This section explains how to compile HelenOS from latest source code. 4 5 5 6 == Attention == 7 {{{#!box type=warning 8 This method is not recommended for beginners. 9 }}} 6 10 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).11 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 12 9 13 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.