diff options
| author | František Dvořák <valtri@civ.zcu.cz> | 2014-07-02 22:22:38 +0200 |
|---|---|---|
| committer | František Dvořák <valtri@civ.zcu.cz> | 2014-07-02 22:22:38 +0200 |
| commit | 59b0e77bf65c413e87649ca1fbe980fd4c6e86a8 (patch) | |
| tree | 3215ce8cbb793e2e16288a6aabab4eb06fa17e66 /README | |
Initial import.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +==== Initialize environment === + +Launch the script ./init.sh. + +The result should be: + +1) created ~/.wine32 and ~/.wine64 wine configuration directories with these files: + +~/.wine32/system.reg: +[System\\CurrentControlSet\\Control\\Session Manager\\Environment] +"PATH"=str(2):"C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem;Z:\\usr\\i686-w64-mingw32\\sys-root\\mingw\\bin" + +~/.wine64/system.reg: +[System\\CurrentControlSet\\Control\\Session Manager\\Environment] +"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, ...) |
