--------------------------------------------------- HOW TO UNPACK CONTENT AND VIBRANT UNDER WINDOWS --------------------------------------------------- Make a directory, mkdir content cd content Put the following files from pub/CONTENT/src/windows to this directory: makefile yuri.zip victor.zip examples.zip vibrant.zip Unpack each file: pkunzip -d -e -o file.zip (note that -d option restores the directory structures; it is assumed that you have pkunzip installed, otherwise copy it from pub/CONTENT/src/windows). ---------------------------------- HOW TO COMPILE VIBRANT FOR WINDOWS ---------------------------------- cd vibrant\make then read the _howto_.dos file for instuctions. Compilation is fairly easy, assuming that Borland C++ bcc32 command is installed. ------------------------------------------ HOW TO COMPILE CONTENT UNDER WINDOWS 95/NT ------------------------------------------ To compile CONTENT for Windows 95 or NT, set the variable WINNT the file makefile to empty string, namely: WINNT= All other variables should be set to non-empty strings. Then: make win Only optimized version of CONTENT can be build under Windows. The following command removes all .obj, .dll and .exe files and may be used before full recompilation: make winerase ********** KNOWN BUG: ********** In some cases, helpcomp might crash while executing make win. Then you have to run helpcomp several times manually in both yuri and victor subdirectories until no error messages be produced. Then make win again. ------------------------------------- HOW TO PRODUCE THE SOURCE FILES *.ZIP ------------------------------------- In directory content: make windevpack This will produce victor.zip yuri.zip examples.zip dev_man.zip vibrant.zip files, provided pkzip command is installed (otherwise, copy it from pub/CONTENT/src/windows directory). -------------------------------------------------- HOW TO PRODUCE COMPILED VERSION retail-content.zip -------------------------------------------------- In directory content: make winpack (pkzip command must be installed, see above). Yu.A. Kuznetsov 13.01.99