summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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