Changes between Version 3 and Version 4 of UsersGuide/CompilingFromSource


Ignore:
Timestamp:
2011-03-18T08:47:48Z (13 years ago)
Author:
Jiri Svoboda
Comment:

Automatic configuration plus running instructions

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/CompilingFromSource

    v3 v4  
    4545== 4. Configure and build ==
    4646
    47 Go to the source root and start the build process
     47Go back to the source root and start the build process
    4848
    4949{{{
    5050cd ../..
    51 make
     51make PROFILE=ia32
    5252}}}
    5353
    54 The configuration menu will appear. Select ''Load preconfigured defaults...'', ''ia32'' and ''Done''.
     54Now HelenOS should automatically start building.
    5555
    5656'''Note:''' Do not select a different compiler! If you use ''gcc_native'' instead of ''gcc_cross'', it won't work, so please don't ask in the mailing list! Building HelenOS with a native compiler is '''not supported'''!
     57
     58== 5. Run it ==
     59
     60When you get the command line back, there should be an `image.iso` file in the source root directory. If you have Qemu, you should be able to start HelenOS by running
     61
     62{{{
     63qemu -cdrom image.iso
     64}}}
     65
     66there are also some start scripts and configuration files for other emulators in `contrib/conf`.