Changes between Version 35 and Version 36 of WikiStart
- Timestamp:
- Jun 1, 2016, 9:18:48 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v35 v36 45 45 This current version of the configure script requires the RPM/YUM environment and the following develompent setup: 46 46 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 48 48 2. mkisofs.exe from http://hobbes.nmsu.edu/download/pub/os2/apps/mmedia/cd/cd-r/cdrecord-2_00_os2.zip in PATH 49 49 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 52 51 53 52 The configure script from the root of the source tree should be run as follows (under ash): 54 53 {{{ 55 54 export WATCOM=<path_to_OpenWatcom> 56 export PATH_SDK_LIBSDL=<path_to_sdl>57 55 58 56 ./configure --with-ow-dir=$WATCOM --enable-vnc --disable-docs … … 86 84 * yum install libxml2 expat curl 87 85 * yum install openssl 86 * yum install SDL 88 87 * Check with pmdll virtualbox.exe if all dll are loadable (pmdll is found on hobbes) 89 88 * Start Virtualbox.exe and you see the Qt Gui (note: not all features work so far, like the mouse integration)