diff options
author | marha <marha@users.sourceforge.net> | 2010-01-14 17:14:58 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-01-14 17:14:58 +0000 |
commit | 8bbcd844049eb1296ccd25aca75bf3b08f28facb (patch) | |
tree | a4b168a1b2c686548550719b094e982124696f3d /building.txt | |
parent | 5eaf49ad7feec1f2043ecb1b90c04c534ce29f46 (diff) | |
parent | b152ebf4b66368e1cbfda1ae81cef29bf9c00bb7 (diff) | |
download | vcxsrv-8bbcd844049eb1296ccd25aca75bf3b08f28facb.tar.gz vcxsrv-8bbcd844049eb1296ccd25aca75bf3b08f28facb.tar.bz2 vcxsrv-8bbcd844049eb1296ccd25aca75bf3b08f28facb.zip |
svn merge ^/branches/released .
Diffstat (limited to 'building.txt')
-rw-r--r-- | building.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/building.txt b/building.txt index 89b0ff995..b5a979b3c 100644 --- a/building.txt +++ b/building.txt @@ -1,9 +1,8 @@ Prerequisits:
- Microsoft Visual C++ 2008 Express Edition with SP1 (http://www.microsoft.com/express/vc/)
-- Perl (cygwin perl (http://www.cygwin.com/) or activestate perl (http://www.activestate.com/activeperl/) )
+- Perl (cygwin perl (http://www.cygwin.com/), strawberry perl (http://strawberryperl.com) or activestate perl (http://www.activestate.com/activeperl/) )
- Python (2.5 used: http://www.python.org/)
- Gnuwin32 gawk, gzip, flex, bison (and it's dependancies), sed (and it's dependancies (http://gnuwin32.sourceforge.net/)
-- Copy gawk.exe to awk.exe
- 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
- Make sure python, perl are in the environment PATH
@@ -37,7 +36,8 @@ Add an environment variable named MHMAKECONF having as value the root directory e.g.: set MHMAKECONF=c:\vcxsrv\trunk
Building vcxsrv:
-- run 'mhmake MAKESERVER=1' in xorg-server directory
+- run 'mhmake MAKESERVER=1' in xorg-server directory. Currently you will get an error at the end saying it cannot find vcxsrv_dbg.lib.
+ To solve this, rerun this command after executing the next command
- run 'mhmake DEBUG=1 MAKESERVER=1' in xorg-server directory for a debugable version
To build installer:
|