Changes between Version 1 and Version 2 of BuildingInstructions


Ignore:
Timestamp:
May 7, 2006, 1:55:52 PM (18 years ago)
Author:
Eugene Romanenko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingInstructions

    v1 v2  
    1 test
     1How to build.
     2
     3First, you need Borland's make for OS/2 for makefile processing. (I'll update makefiles to work with OpenWatcom make later). You may download Borland make and implib here - ftp://weird.da.ru/eros2/borland-tools-os2.zip
     4
     5For build Lucide you need OpenWatcom 1.5.
     6To build djvu library you need GCC 3.3.5 CSD 1.
     7
     81 - build the poppler library: execute make with makefiles in directories:
     9
     10 * \poppler\freetype-2.1.10\src
     11 * \poppler\fontconfig-2.3.2-os2\src
     12 * \poppler\expat-1.95.8\lib
     13 * \poppler\mypoppler\fofi
     14 * \poppler\mypoppler\goo
     15 * \poppler\mypoppler\poppler
     16 * \poppler\mypoppler\splash
     17
     18Then execute \poppler\mklib.cmd, \poppler\poppler.lib will be created.
     19
     202 - build the djvu library: execute make in libdjvu directory
     213 - build the jpeg library: execute 'wmake -f makefile.wat' in libjpeg directory
     22
     234 - build the plugins: execute make with makefiles in directories:
     24 * \Lucide\SOURCE\plugins\ludoc     (should be build first)
     25 * \Lucide\SOURCE\plugins\lupoppler
     26 * \Lucide\SOURCE\plugins\ludjvu
     27 * \Lucide\SOURCE\plugins\lujpeg   (useless plugin, just for fun)
     28
     295 - build the Lucide GUI: execute make in \Lucide\SOURCE\gui directory.