diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2014-09-01 11:29:51 -0400 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2015-05-09 17:23:41 -0400 |
commit | 05b8c995ffd1734485b9e4175340eedfab467199 (patch) | |
tree | f274f8d91e9a2d0fe69afab125512d41e9a3924d | |
parent | ca57abfde2229c887cbc2214cac2dc4978db0ad8 (diff) | |
download | vcxsrv-05b8c995ffd1734485b9e4175340eedfab467199.tar.gz vcxsrv-05b8c995ffd1734485b9e4175340eedfab467199.tar.bz2 vcxsrv-05b8c995ffd1734485b9e4175340eedfab467199.zip |
Update building.txt, you need to decide which build script to use
-rw-r--r-- | building.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/building.txt b/building.txt index 6ce7aa407..e963e24f4 100644 --- a/building.txt +++ b/building.txt @@ -15,7 +15,7 @@ Prerequisites: Open up cygwin's bash shell and cd to the top directory
Run the command `source setvcenv.sh`
-Run the command `buildall.bat`. This will build everything including the installer.
+Run the command (FIXME: `buildall.bat` or `buildall.sh`). This will build everything including the installer.
The 64-bit version will not be built and the 64-bit installer will fail. This is a limitation this XP compatible branch. Patches are welcome.
To clean the project tree (uses git) go to the top directory at a cygwin bash shell
|