Quote (JB4x4 @ Aug. 21 2006,17:01) |
If you are using DSL 3.0, check out the testing repository located at http://distro.ibiblio.org/pub....testing There is wine-0.9.18.unc. The "unc" format will add itself to the filesystem using union file system, and let you call windoze programs with "wine winprog.exe". |
Quote |
The wine UCI package? You'll either have to add the binary path of it (probably /opt/wine... ) to your environment variable PATH in a startup script i.e. add "export PATH=$PATH:/opt/wine...blahblah" to ~/.bash_profile (or other startup script) -or- use a symlink in an known bin directory that points to the executable. i.e. ln -s /opt/wine...blahblah/bin/wine /usr/bin |