1 | | test |
| 1 | How to build. |
| 2 | |
| 3 | First, 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 | |
| 5 | For build Lucide you need OpenWatcom 1.5. |
| 6 | To build djvu library you need GCC 3.3.5 CSD 1. |
| 7 | |
| 8 | 1 - 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 | |
| 18 | Then execute \poppler\mklib.cmd, \poppler\poppler.lib will be created. |
| 19 | |
| 20 | 2 - build the djvu library: execute make in libdjvu directory |
| 21 | 3 - build the jpeg library: execute 'wmake -f makefile.wat' in libjpeg directory |
| 22 | |
| 23 | 4 - 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 | |
| 29 | 5 - build the Lucide GUI: execute make in \Lucide\SOURCE\gui directory. |