Changes between Version 25 and Version 26 of UsersGuide/CompilingFromSource


Ignore:
Timestamp:
2016-04-19T14:41:56Z (8 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/CompilingFromSource

    v25 v26  
    11= Compiling HelenOS From Source =
     2[[PageOutline]]
    23
    34This section explains how to compile HelenOS from latest source code.
    45
    56== Attention ==
     7{{{#!box type=warning
     8This method is not recommended for beginners.
     9}}}
    610
    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).
     11If you are running HelenOS for the first time, please [UsersGuide/QuickStart run a pre-built, supported HelenOS image] (see instructions in that article).
    812
    913Compiling 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.