summaryrefslogtreecommitdiff
path: root/Mkfiles
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-04-25 20:32:39 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-04-25 20:32:39 -0700
commit409da5b5619677a32b2c2cf22c6751959f92f876 (patch)
tree3c0545255fe639561a1a6de8b266c60f489a2fd6 /Mkfiles
parent35915aec7f7a3cb9ce7a5db4106cd721f872ecb5 (diff)
downloadnasm-409da5b5619677a32b2c2cf22c6751959f92f876.tar.gz
Windows portability: fix construct in findfont.ph, README update
Fix a construct in doc/findfont.ph which crashes Perl on Windows unconditionally. Improve the README for building the full package with MSVC. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Mkfiles')
-rw-r--r--Mkfiles/README15
1 files changed, 10 insertions, 5 deletions
diff --git a/Mkfiles/README b/Mkfiles/README
index 4cca802e..dfaea113 100644
--- a/Mkfiles/README
+++ b/Mkfiles/README
@@ -13,16 +13,21 @@ The Makefiles are:
If the following tools are installed, the full installer package can
be built:
- 1. Perl (5.6 or later)
- 2. Nullsoft Scriptable Installer System (makensis)
+ 1. Perl (5.6 or later), e.g. ActivePerl or StrawberryPerl
+ http://strawberryperl.com/
+ 2. Nullsoft Scriptable Install System (makensis)
+ http://nsis.sourceforge.net/Download
3. Ghostscript (ps2pdf) or Acrobat Distriller (acrodist)
+ https://downloads.ghostscript.com/
4. The Adobe Source Sans Pro and Source Code Pro fonts
- 5. The Perl module Font::TTF
-
+ https://github.com/adobe-fonts
+ 5. The Perl module Font::TTF (can usually be installed
+ via the "CPAN Client" in your Perl distribution)
+ http://search.cpan.org/~bhallissy/Font-TTF/
The tools need to be in your current path. To build the
installer package, run:
- nmake /f Mkfiles\msvc.mak nsis
+ nmake /f Mkfiles\msvc.mak everything nsis
Filename Target Compiler Tested with
---------------------------------------------------------------------------