Changes between Version 35 and Version 36 of WikiStart


Ignore:
Timestamp:
Jun 1, 2016, 7:18:48 PM (8 years ago)
Author:
diver
Comment:

use rpm sdl for building

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v35 v36  
    4545This current version of the configure script requires the RPM/YUM environment and the following develompent setup:
    4646
    47  1. yum install ash which kbuild gcc gcc-wlink gettext-devel pthread-devel libxml2-devel libxslt-devel openssl-devel libcurl-devel zlib-devel libpng-devel libqt4-devel libidl-devel libvncserver-devel nasm libpoll-devel libaio-devel
     47 1. yum install ash which kbuild gcc gcc-wlink gettext-devel pthread-devel libxml2-devel libxslt-devel openssl-devel libcurl-devel zlib-devel libpng-devel libqt4-devel libidl-devel libvncserver-devel nasm libpoll-devel libaio-devel SDL-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. SDL from [​http://hobbes.nmsu.edu/h-search.php?key=sdl&pushbutton=Search] (use at least version 1.2.15 from 3rd March 2016 [do not use version 2.x], for the small patch it might need, visit the older build instructions link below)
    51  5. ash from RPM as the current shell
     50 4. ash from RPM as the current shell
    5251
    5352The configure script from the root of the source tree should be run as follows (under ash):
    5453{{{
    5554    export WATCOM=<path_to_OpenWatcom>
    56     export PATH_SDK_LIBSDL=<path_to_sdl>
    5755
    5856    ./configure --with-ow-dir=$WATCOM --enable-vnc --disable-docs
     
    8684  * yum install libxml2 expat curl
    8785  * yum install openssl
     86  * yum install SDL
    8887 * Check with pmdll virtualbox.exe if all dll are loadable (pmdll is found on hobbes)
    8988 * Start Virtualbox.exe and you see the Qt Gui (note: not all features work so far, like the mouse integration)