Changes between Version 23 and Version 24 of UsersGuide/CompilingFromSource


Ignore:
Timestamp:
2016-01-08T14:03:07Z (8 years ago)
Author:
Martin Decky
Comment:

improve warning

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/CompilingFromSource

    v23 v24  
    33This section explains how to compile HelenOS from latest source code.
    44
    5 == Attention Newbies ==
     5== Attention ==
    66
    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).
    88
    99Compiling 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.