Changes between Version 22 and Version 23 of WikiStart


Ignore:
Timestamp:
Sep 16, 2015, 11:41:23 AM (9 years ago)
Author:
diver
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v22 v23  
    4040svn checkout http://svn.netlabs.org/repos/vbox/trunk <local_directory>
    4141}}}
     42[[br]]
    4243
    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 ==
     45This 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
     54and 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}}}
     62Older build instructions see: https://www.virtualbox.org/wiki/OS/2%20build%20instructions
    4563[[br]][[br]]
    4664