README 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. These are pre-created Makefiles for various platforms, use them if
  2. GNU autoconf/automake packages are not supported on your system.
  3. The Makefiles are:
  4. Filename Target Compiler Tested with
  5. ---------------------------------------------------------------------------
  6. msvc.mak Win32 MS Visual C++ Visual Visual Studio 2013-2017
  7. For building on a Win32 host using Microsoft Visual C++.
  8. Usage: nmake /f Mkfiles\msvc.mak
  9. If the following tools are installed, the full installer package can
  10. be built:
  11. 1. Perl (5.6 or later), e.g. ActivePerl or StrawberryPerl
  12. http://strawberryperl.com/
  13. 2. Nullsoft Scriptable Install System (makensis)
  14. http://nsis.sourceforge.net/Download
  15. 3. Ghostscript (ps2pdf) or Acrobat Distriller (acrodist)
  16. https://downloads.ghostscript.com/
  17. 4. The Adobe Source Sans Pro and Source Code Pro fonts
  18. https://github.com/adobe-fonts
  19. 5. The Perl module Font::TTF (can usually be installed
  20. via the "CPAN Client" in your Perl distribution)
  21. http://search.cpan.org/~bhallissy/Font-TTF/
  22. 6. The Perl module Sort::Versions (can usually be installed
  23. via the "CPAN Client" in your Perl distribution)
  24. http://search.cpan.org/~neilb/Sort-Versions-1.62/lib/Sort/Versions.pm
  25. The tools need to be in your current path. To build the
  26. installer package, run:
  27. nmake /f Mkfiles\msvc.mak everything nsis
  28. Filename Target Compiler Tested with
  29. ---------------------------------------------------------------------------
  30. openwcom.mak DOS,Win32,OS/2 OpenWatcom C OpenWatcom 1.7 (Win32)
  31. Linux (386) OpenWatcom 1.9 (Linux)
  32. For building on a DOS, OS/2, Win32 or Linux host using OpenWatcom.
  33. OpenWatcom can be downloaded from http://www.openwatcom.org/.
  34. Usage: wmake /f Mkfiles/openwcom.mak <target>
  35. <target> is dos, win32, os2, or linux386.