| 1 | To build the beast you need: |
| 2 | |
| 3 | * Subversion |
| 4 | * http://www.os2world.com/smedley/subversion-1.3.1-b2.zip |
| 5 | |
| 6 | * GCC 335 |
| 7 | * ftp://ftp.netlabs.org/pub/gcc/gcc-3.3.5-csd1.zip |
| 8 | |
| 9 | * OS2-Tookit (included in eCS) |
| 10 | |
| 11 | * VA365 (only for Mozilla-Helper-DLL) (maybe another icc also works)[[BR]] |
| 12 | (if you don't have icc or don't want/need to build npwv.dll comment out |
| 13 | {{{ |
| 14 | cd ..\np |
| 15 | nmake |
| 16 | }}} |
| 17 | from {{{trunk\gui\makefile}}}) |
| 18 | |
| 19 | * Open WATCOM Compiler |
| 20 | * http://www.scitechsoft.com/products/dev/watcom_content.html |
| 21 | |
| 22 | * !SciTech SNAP Graphics SDK |
| 23 | * http://www.scitechsoft.com/ftp/devel/readme-sdk.txt |
| 24 | |
| 25 | * nmake.exe, implib.exe |
| 26 | * You have to have it after os2 toolkit is installed |
| 27 | |
| 28 | '''All these packages have to be installed properly before you continue''' |
| 29 | |
| 30 | * WO-toolkit |
| 31 | * http://hobbes.nmsu.edu/pub/os2/apps/mmedia/video/wo11src.zip [[BR]] |
| 32 | copy {{{hwvideo.h}}} and {{{hwvideo.lib}}} ({{{or hwvideo.dll}}} in case you have no |
| 33 | {{{hwvideo.lib}}})[[BR]] |
| 34 | to a directory {{{o:\tkWO}}} (for example) |
| 35 | |
| 36 | * UNIAUD-toolkit |
| 37 | * ftp://ftp.netlabs.org/uniaud/SDK/unisdk.zip [[BR]] |
| 38 | unpack to a directory {{{o:\tkUNIAUD}}} (for example) |
| 39 | |
| 40 | Now you have all you need (If I've forgotten something, let me know) |
| 41 | |
| 42 | * get/update the latest svn-sources for WarpVision from netlabs using[[BR]] |
| 43 | GetWarpVisionTrunkSourceCmd (for example) |
| 44 | * Edit {{{trunk\makefile.inc}}} to meet your needs |
| 45 | * Create a destination directory for your build. |
| 46 | * Edit BuildWarpVisionCmd |
| 47 | * Run BuildWarpVisionCmd |
| 48 | * Tell me if it works |
| 49 | |
| 50 | fbakan@gmx.net [[Timestamp]] |
| 51 | |
| 52 | P.S. The RC.exe confirmed to work is[[BR]] |
| 53 | {{{Version 4.00.010 Apr 26 1999 [88045 bytes, 30.06.99]}}}[[BR]] |
| 54 | (Sorry, I don't remember where I got it) |