Changes between Version 24 and Version 25 of WikiStart


Ignore:
Timestamp:
Dec 26, 2015, 12:20:53 AM (8 years ago)
Author:
dmik
Comment:

Update build instructions

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v24 v25  
    4343
    4444== Build instructions ==
    45 This current version of the configure script requires the following dev setup:
     45This current version of the configure script requires the RPM/YUM environment and the following develompent setup:
    4646
    47  1. yum install which kbuild gcc gcc-wlink pthread-devel libxml2-devel libxslt-devel openssl-devel libcurl-devel zlib-devel libpng-devel libqt4-devel
     47 1. yum install ash which kbuild gcc gcc-wlink pthread-devel libxml2-devel libxslt-devel openssl-devel libcurl-devel zlib-devel libpng-devel libqt4-devel libidl-devel libvncserver-devel nasm libpoll-devel
    4848 2. mkisofs.exe from ​http://hobbes.nmsu.edu/download/pub/os2/apps/mmedia/cd/cd-r/cdrecord-2_00_os2.zip in PATH
    4949 3. OpenWatcom? 1.9 (from here I believe: ​ftp://ftp.openwatcom.org/pub/open-watcom-c-os2-1.9.exe)
    50  4. Glib and libIDL from ​http://hobbes.nmsu.edu/download/pub/os2/dev/util/glibidl_20070521.zip
    51  5. SDL from ​ftp://ftp.netlabs.org/pub/sdl/sdl-1.2.10-bin-20060602.zip (needs a small patch, visit the older build instructions link below for the patch)
    52  6. ash from RPM as shell
     50 4. SDL from ​ftp://ftp.netlabs.org/pub/sdl/sdl-1.2.10-bin-20060602.zip (needs a small patch, visit the older build instructions link below for the patch)
     51 5. ash from RPM as the current shell
    5352
    54 and should be run as follows (under ash):
     53The configure script from the root of the source tree should be run as follows (under ash):
    5554{{{
    5655    export WATCOM=<path_to_OpenWatcom>
     
    6059    ./configure --disable-docs --with-ow-dir=$WATCOM
    6160}}}
    62 Older build instructions see: https://www.virtualbox.org/wiki/OS/2%20build%20instructions
     61For older build instructions see https://www.virtualbox.org/wiki/OS/2%20build%20instructions
    6362[[br]][[br]]
    6463