Changes between Version 1 and Version 2 of BuildNomWindows


Ignore:
Timestamp:
Apr 21, 2008, 10:21:29 PM (16 years ago)
Author:
bird
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • BuildNomWindows

    v1 v2  
    2020NOM makes use of GLib2. This means that you'd either have to find a recent version that matches your compiler (the runtime in particular - it really won't work otherwise) or you can tell the NOM build system to compile the necessary bits.
    2121
    22 In the latter case, you should download the 2.16.x sources of GLib2 (no, don't try a svn checkout of the sources, it's not the same). Unpack them somewhere edit [LocalConfig.kmk] so that PATH_SRC_PATH points to where you've unpacked them. Also add SDK_glib2_FROM_NOM=yes to indicate that GLib needs building.
    23 Example [LocalConfig.kmk]:
     22In the latter case, you should download the 2.16.x sources of GLib2 (no, don't try a svn checkout of the sources, it's not the same). Unpack them somewhere edit [wiki:LocalConfig.kmk] so that PATH_SRC_PATH points to where you've unpacked them. Also add SDK_glib2_FROM_NOM=yes to indicate that GLib needs building.
     23Example [wiki:LocalConfig.kmk]:
    2424{{{
    2525GLIB_SRC_PATH=e:/coding/nom/glib/glib-2.16.1