summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@civ.zcu.cz>2014-07-06 19:46:46 +0200
committerFrantišek Dvořák <valtri@civ.zcu.cz>2014-07-06 19:46:46 +0200
commit7fda31ae7618078a5b9af590a2fee8630f33f32f (patch)
tree588a600a30ceba460193e2565c2315a414f51763
parentd4ebba1493ec429bc2256f50ed4c2bb247f37f7c (diff)
downloadcodecs-testing-mingw-7fda31ae7618078a5b9af590a2fee8630f33f32f.tar.gz
codecs-testing-mingw-7fda31ae7618078a5b9af590a2fee8630f33f32f.tar.xz
codecs-testing-mingw-7fda31ae7618078a5b9af590a2fee8630f33f32f.zip
Separate setup of the environment and generating the scrits.
-rw-r--r--README11
-rwxr-xr-xsetup.sh (renamed from init.sh)2
2 files changed, 10 insertions, 3 deletions
diff --git a/README b/README
index 35824a3..90f65f9 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
==== Initialize environment ===
-Launch the script ./init.sh.
+Launch the script ./setup.sh.
The result should be:
@@ -15,3 +15,12 @@ The result should be:
"PATH"=str(2):"C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem;Z:\\usr\\x86_64-w64-mingw32\\sys-root\\mingw\\bin"
2) generated scripts in subdirectories (flac, wavpack, ...)
+
+
+==== Build test scripts ====
+
+Launch make:
+
+ make
+
+There will be generated */*.sh scripts.
diff --git a/init.sh b/setup.sh
index 4ac669d..94d9a25 100755
--- a/init.sh
+++ b/setup.sh
@@ -13,5 +13,3 @@ sleep 10
sed -i 's/^\("PATH"=.*\)"\s*$/\1;Z:\\\\usr\\\\x86_64-w64-mingw32\\\\sys-root\\\\mingw\\\\bin"/' $WINEPREFIX/system.reg)&
wait
-
-make