diff options
author | marha <marha@users.sourceforge.net> | 2013-01-07 16:44:54 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-01-07 16:44:54 +0100 |
commit | 066de3c6d46ca099caba474b8e7d132ec772bc65 (patch) | |
tree | 0d38842333ab4e6c0e521a82685b48e003ce2da8 | |
parent | aee161ba075b1fb1458b5ae0740a5e35102da54d (diff) | |
download | vcxsrv-066de3c6d46ca099caba474b8e7d132ec772bc65.tar.gz vcxsrv-066de3c6d46ca099caba474b8e7d132ec772bc65.tar.bz2 vcxsrv-066de3c6d46ca099caba474b8e7d132ec772bc65.zip |
Added dependency on gperf
-rw-r--r-- | building.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/building.txt b/building.txt index d59542ba3..3973a55db 100644 --- a/building.txt +++ b/building.txt @@ -3,7 +3,7 @@ Prerequisits: Visual C++ 2010 Express Edition is probably also ok (not tested)
- Perl (cygwin perl (http://www.cygwin.com/), strawberry perl (http://strawberryperl.com) or activestate perl (http://www.activestate.com/activeperl/) )
- Python (2.7 used: http://www.python.org/) + libxml2 python bindings
-- Gnuwin32 gawk, gzip, flex, bison (and it's dependancies), sed (and it's dependancies (http://gnuwin32.sourceforge.net/)
+- Gnuwin32 gawk, gzip, flex, bison (and it's dependancies), sed (and it's dependancies (http://gnuwin32.sourceforge.net/), gperf
- nasm (http://nasm.sourceforge.net). Make sure the nasm directory is in your path
- Make sure that the gnuwin32 binaries are in a directory path with no spaces, like 'C:\gnuwin32\bin'
- Make sure the environment PATH includes the directory where the gnuwin32 binaries are
|