| 74 | | * it would be nice if the WikidPad.config and WikidPad_error.log were |
| 75 | | put in a hidden .WikidPad directory under the users home directory |
| 76 | | 20071025 - I found I needed to use wx version 2.6 rather than version 2.4 as suggested above. |
| 77 | | |
| 78 | | === Running WikidPad on Linux using Wine === |
| 79 | | I was able to get WikidPad running in Wine, after a quick trip to the irc channel #winehq on irc.freenode.net, here are my steps: |
| 80 | | |
| 81 | | * Install Wine (I was using Ubuntu so it was as easy as apt-get install wine) |
| 82 | | |
| 83 | | * Copy the msvcrt.dll from your Windows/system32 directory to /root/.wine/drive_c/windows/system/ |
| 84 | | |
| 85 | | * Type winecfg at the terminal (as root) and under the Libraries tab, add msvcrt.dll |
| 86 | | |
| 87 | | * Run the installer and it *should* work. |
| 88 | | |
| 89 | | * This fixes the error with the toolbar fonts as described above, and also shows that error regarding saving WikidPad wikis between Linux and Windows partitions (error connecting to database in 'Z:\home\endura\TestWiki\data'. bad marshal data. This has to do with the difference of Unix and Windows carriage returns. ** Update: You won't have the last problem if you are running WikidPad 1.20beta or above. **'''' |
| 90 | | |
| 91 | | === Running WikiPad on Linux using CrossOver === |
| 92 | | I have run the installer under Cross Over http://www.codeweavers.com/products/ and it works like a charm. |
| 93 | | |
| | 95 | |
| | 96 | |
| | 97 | |
| | 98 | === Running WikidPad on Linux using Wine === |
| | 99 | I was able to get WikidPad running in Wine, after a quick trip to the irc channel #winehq on irc.freenode.net, here are my steps: |
| | 100 | |
| | 101 | * Install Wine (I was using Ubuntu so it was as easy as apt-get install wine) |
| | 102 | |
| | 103 | * Copy the msvcrt.dll from your Windows/system32 directory to /root/.wine/drive_c/windows/system/ |
| | 104 | |
| | 105 | * Type winecfg at the terminal (as root) and under the Libraries tab, add msvcrt.dll |
| | 106 | |
| | 107 | * Run the installer and it *should* work. |
| | 108 | |
| | 109 | * This fixes the error with the toolbar fonts as described above, and also shows that error regarding saving WikidPad wikis between Linux and Windows partitions (error connecting to database in 'Z:\home\endura\TestWiki\data'. bad marshal data. This has to do with the difference of Unix and Windows carriage returns. ** Update: You won't have the last problem if you are running WikidPad 1.20beta or above. **'''' |
| | 110 | |
| | 111 | === Running WikiPad on Linux using CrossOver === |
| | 112 | I have run the installer under Cross Over http://www.codeweavers.com/products/ and it works like a charm. |