summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@civ.zcu.cz>2014-12-12 19:06:28 +0100
committerFrantišek Dvořák <valtri@civ.zcu.cz>2014-12-12 19:06:28 +0100
commiteade5fd715391708cd1f7de35c9d638b04118087 (patch)
treea48d736ad2fd82d627ac5b00af79fe10f7bad549
parentd4cf5d4513d37691b82833e95f0f4499ec77e057 (diff)
downloadcodecs-testing-mingw-eade5fd715391708cd1f7de35c9d638b04118087.tar.gz
codecs-testing-mingw-eade5fd715391708cd1f7de35c9d638b04118087.tar.xz
codecs-testing-mingw-eade5fd715391708cd1f7de35c9d638b04118087.zip
Improve the docs.
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index a418b4e..6119172 100644
--- a/README
+++ b/README
@@ -2,7 +2,13 @@
Launch the script ./setup.sh.
-The result should be created ~/.wine32 and ~/.wine64 wine configuration directories with these files:
+Note, this is needed only for tests, where there are manually built binaries, which are not installed to mingw sys-root directories, like:
+- gsm
+- libmad/libmad32
+
+The goal is to setup wine to use dll libraries intalled to /usr/*-mingw32/sys-root/bin for binaries launched also from other places.
+
+The result of the setup.sh is created ~/.wine32 and ~/.wine64 wine configuration directories with these files:
~/.wine32/system.reg:
[System\\CurrentControlSet\\Control\\Session Manager\\Environment]
@@ -20,3 +26,5 @@ Launch make:
make
There will be generated */*.sh scripts.
+
+Then follow the READMEs in subdirectories.