diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2014-09-01 15:33:22 -0400 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2015-05-09 19:21:45 -0400 |
commit | 66d76a80de4e6a978f88bf4773b51b507c7ed7d3 (patch) | |
tree | bbe0fc4e372209292d46c0acb3fee69b4ffd6621 | |
parent | 6f50cdfe1d1a0c5d5db49dd47786e8c7fd0d2dcc (diff) | |
download | vcxsrv-66d76a80de4e6a978f88bf4773b51b507c7ed7d3.tar.gz vcxsrv-66d76a80de4e6a978f88bf4773b51b507c7ed7d3.tar.bz2 vcxsrv-66d76a80de4e6a978f88bf4773b51b507c7ed7d3.zip |
Specify that buildall.sh should be called, not buildall.bat.
-rw-r--r-- | building.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/building.txt b/building.txt index 6599f9492..2cd5cd0b3 100644 --- a/building.txt +++ b/building.txt @@ -16,7 +16,7 @@ Prerequisites: Open up cygwin's bash shell and cd to the top directory
Run the command `source setvcenv.sh`
-Run the command (FIXME: `buildall.bat` or `buildall.sh`). This will build everything including the installer.
+Run the command `./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
|