Changes between Version 55 and Version 56 of WikiStart
- Timestamp:
- Mar 20, 2018, 4:44:30 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v55 v56 36 36 This current version of the configure script requires the RPM/YUM environment and the following development setup: 37 37 38 1. yum install ash which kbuild gcc gcc-wlink gcc-wrc gettext-devel pthread-devel libxml2-devel libxslt-devel openssl-devel libcurl-devel zlib-devel libpng-devel libqt4-devel libidl-devel libvncserver-devel nasm libvpx-devel libaio-devel SDL-devel glib2-devel libcx-devel 38 1. yum install ash which kbuild gcc gcc-wlink gcc-wrc gettext-devel pthread-devel libxml2-devel libxslt-devel openssl-devel libcurl-devel zlib-devel libpng-devel libqt4-devel libidl-devel libvncserver-devel nasm libvpx-devel libaio-devel SDL-devel glib2-devel libcx-devel gsoap-devel 39 39 2. mkisofs.exe from http://hobbes.nmsu.edu/download/pub/os2/apps/mmedia/cd/cd-r/cdrecord-2_00_os2.zip in PATH 40 40 3. !OpenWatcom 1.9 (from here I believe: https://downloads.sourceforge.net/project/openwatcom/open-watcom-1.9/open-watcom-c-os2-1.9.exe?r=&ts=1495836828&use_mirror=ayera) … … 44 44 {{{ 45 45 export WATCOM=<path_to_OpenWatcom> 46 export MKISOFS=<path to mkisofs> 46 47 47 ./configure --with-ow-dir=$WATCOM --enable-vnc --disable-docs 48 ./configure --with-ow-dir=$WATCOM --enable-vnc --disable-docs --enable-webservice --with-mkisofs=$MKISOFS 48 49 }}} 49 50 … … 90 91 * yum install glib2 91 92 * yum install libcx 93 * yum install gsoap 92 94 * Check with pmdll virtualbox.exe if all dll are loadable (pmdll is found on hobbes) 93 95 * Start Virtualbox.exe and you see the Qt Gui (note: not all features work so far, like the clipboard integration)