"Dimitrie" == Dimitrie O Paun dpaun@rogers.com writes:
Dimitrie> On January 30, 2003 08:34 am, Ferenc Wagner wrote: >> Hello, >> >> is it possible somehow to run Wine from the build tree? I mean >> without 'make install'? It's too lengthy to install after every one >> line change during printf-debugging...
Dimitrie> Short answer: Yes, you can run out of the tree, but you can't Dimitrie> compile winelib apps. If you just want to run a program like Dimitrie> so: wine <myprog> than there's no problem. You just need to Dimitrie> set the env right. This is what I use:
Dimitrie> WINEHOME=/home/dimi/dev/wine/wine export Dimitrie> LD_LIBRARY_PATH="$WINEHOME" export Dimitrie> WINEDLLPATH="$WINEHOME/dlls:$WINEHOME/programs" alias Dimitrie> wine="/home/dimi/dev/wine/wine/wine"
Isn't already wine a script that takes care of setting all those variables?
Bye