Changes between Version 24 and Version 25 of WikiStart
- Timestamp:
- Dec 26, 2015, 1:20:53 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v24 v25 43 43 44 44 == Build instructions == 45 This current version of the configure script requires the following devsetup:45 This current version of the configure script requires the RPM/YUM environment and the following develompent setup: 46 46 47 1. yum install which kbuild gcc gcc-wlink pthread-devel libxml2-devel libxslt-devel openssl-devel libcurl-devel zlib-devel libpng-devel libqt4-devel47 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 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. 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 53 52 54 andshould be run as follows (under ash):53 The configure script from the root of the source tree should be run as follows (under ash): 55 54 {{{ 56 55 export WATCOM=<path_to_OpenWatcom> … … 60 59 ./configure --disable-docs --with-ow-dir=$WATCOM 61 60 }}} 62 Older build instructions see:https://www.virtualbox.org/wiki/OS/2%20build%20instructions61 For older build instructions see https://www.virtualbox.org/wiki/OS/2%20build%20instructions 63 62 [[br]][[br]] 64 63