diff options
author | marha <marha@users.sourceforge.net> | 2013-04-21 19:01:29 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-04-21 19:01:29 +0200 |
commit | 9c8c707b47561458f0acd8840faa4e5dd1dd6b36 (patch) | |
tree | a8614a28cb6e42590c9f662b63351e365a20e826 | |
parent | e50b38aebb733934db7ef3ec13c330407afd9ada (diff) | |
download | vcxsrv-9c8c707b47561458f0acd8840faa4e5dd1dd6b36.tar.gz vcxsrv-9c8c707b47561458f0acd8840faa4e5dd1dd6b36.tar.bz2 vcxsrv-9c8c707b47561458f0acd8840faa4e5dd1dd6b36.zip |
Added extra build dependency
-rw-r--r-- | building.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/building.txt b/building.txt index 3973a55db..43f043916 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/), gperf
+- Gnuwin32 gperf, 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
|