From eade5fd715391708cd1f7de35c9d638b04118087 Mon Sep 17 00:00:00 2001 From: František Dvořák Date: Fri, 12 Dec 2014 19:06:28 +0100 Subject: Improve the docs. --- README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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. -- cgit