summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-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.