43 | | Older build instructions see: https://www.virtualbox.org/wiki/OS/2%20build%20instructions [[br]] |
44 | | We will add soon our own build instructions here. |
| 44 | == Build instructions == |
| 45 | This current version of the configure script requires the following dev setup: |
| 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-devel |
| 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 | 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 |
| 52 | 6. ash from RPM as shell |
| 53 | |
| 54 | and should be run as follows (under ash): |
| 55 | {{{ |
| 56 | export WATCOM=<path_to_OpenWatcom> |
| 57 | export VBOX_PATH_GLIB=<path_to_glibidl>/gcc335 |
| 58 | export PATH_SDK_LIBSDL=<path_to_sdl> |
| 59 | |
| 60 | ./configure --disable-docs --with-ow-dir=$WATCOM |
| 61 | }}} |
| 62 | Older build instructions see: https://www.virtualbox.org/wiki/OS/2%20build%20instructions |