diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-03-01 11:57:04 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-03-01 11:57:04 +0100 |
commit | 256c4dec7b3e365ebfa68464c6ab05815ccdbe37 (patch) | |
tree | f98a9c60a3f9f42b83db7b25813de6fd8fb0eb10 | |
parent | ef88d773d317ab020593f946706e291acee1d537 (diff) |
MinGW: 2 more paths updated.
Change-Id: I0e987cc3490181c3cfed716c9a49104f46a35d82
-rw-r--r-- | README.cross | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.cross b/README.cross index fd1e6ada3ae4..be22b2f5b6ed 100644 --- a/README.cross +++ b/README.cross @@ -185,13 +185,13 @@ in /tmp as advised above), otherwise you'll get BerkeleyDB errors on startup. And if you are brave enough, you can even debug it. First you have to add the URE dll's to the wine's PATH using 'wine regedit' - see http://www.winehq.org/docs/wineusr-guide/environment-variables, and add -Z:\tmp\LibO-Dev_3.6.0alpha0_Win_x86_install-arc_en-US\LOdev 3.6\URE\bin +Z:\tmp\LibO-Dev_4.1.0.0.alpha0_Win_x86_archive/LOdev\ 4.1\URE\bin to "Path" in My Computer->HKEY_CURRENT_USER->Environment. Then run linkoo, so that when you rebuild something, you can directly see the changes the next time you run it: -solenv/bin/linkoo '/tmp/LibO-Dev_3.6.0alpha0_Win_x86_install-arc_en-US/LOdev 3.6' <your_clone_dir> +solenv/bin/linkoo '/tmp/LibO-Dev_4.1.0.0.alpha0_Win_x86_archive/LOdev\ 4.1' <your_clone_dir> And start debugging: |