Changes between Version 55 and Version 56 of WikiStart


Ignore:
Timestamp:
Mar 20, 2018, 3:44:30 PM (6 years ago)
Author:
Valery V. Sedletski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v55 v56  
    3636This current version of the configure script requires the RPM/YUM environment and the following development setup:
    3737
    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
    3939 2. mkisofs.exe from ​http://hobbes.nmsu.edu/download/pub/os2/apps/mmedia/cd/cd-r/cdrecord-2_00_os2.zip in PATH
    4040 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)
     
    4444{{{
    4545    export WATCOM=<path_to_OpenWatcom>
     46    export MKISOFS=<path to mkisofs>
    4647
    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
    4849}}}
    4950
     
    9091  * yum install glib2
    9192  * yum install libcx
     93  * yum install gsoap
    9294 * Check with pmdll virtualbox.exe if all dll are loadable (pmdll is found on hobbes)
    9395 * Start Virtualbox.exe and you see the Qt Gui (note: not all features work so far, like the clipboard integration)