build scripts: rename folder

This commit is contained in:
Moritz Bunkus 2015-07-19 07:43:23 +02:00
parent 74c3dfeded
commit a784d14521
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ you'll find instructions for manual compilation in section 1.3.
### 1.2.1. Script configuration ### 1.2.1. Script configuration
The script is called `winbuild/setup_cross_compilation_env.sh`. It The script is called `build/windows/setup_cross_compilation_env.sh`. It
contains the following variables that can be adjusted to fit your contains the following variables that can be adjusted to fit your
needs: needs:
@ -72,7 +72,7 @@ of cores available if left empty.
From the MKVToolNix source directory run: From the MKVToolNix source directory run:
./winbuild/setup_cross_compilation_env.sh ./build/windows/setup_cross_compilation_env.sh
If everything works fine you'll end up with a configured MKVToolNix If everything works fine you'll end up with a configured MKVToolNix
source tree. You just have to run `drake` afterwards. source tree. You just have to run `drake` afterwards.