Faq in HTML, last updated 9/19/00If your question isn't answered here, you may try looking in the Wine FAQ, the Documentation directory in the wine source (http://www.winehq.com/wine/documentation/), or ask on the BeWine mailing list. Frequently asked questions will get added to this FAQ (what a coincidence!). You can find the latest copy of this document at the BeWine Web Site.
cvs -z3
diff -u
update -PAd
Read http://www.winehq.com/dev.html for instructions on how to use the CVS tree, and start keeping up with the daily releases over CVS.
Apply the appropriate patches from the BeWine files section (http://bewine.loungenet.org/files.html).
Check the To Do list on the BeWine site, and get coding!
$ pwd
/usr
$ ls -l
lrwxrwxrwx 1 users 0 Oct 28 17:20 X11 -> /boot/apps/X11R6.4
This link should have been made after you reboot the first time after installing X. If it's not there, you can make the links by typing this in a Terminal window:
mkdir /usr
ln -s /boot/apps/X11R6.4 /usr/X11
you'll probably want to add these commands to /boot/home/config/boot/UserBootscript, since the root directory gets recreated every boot.
export PATH=$PATH:/usr/X11/bin
export LIBRARY_PATH=$LIBRARY_PATH:/usr/X11/lib
export DISPLAY=127.0.0.1:0
(127.0.0.1 is your local machine. Insert the IP of another machine if you want apps to go there instead.
You can add these commands to /boot/home/config/boot/UserSetupEnvironment or /boot/home/.profile as well, so you don't have to type them in every time you open a new terminal.
xhost x.x.x.x
where x.x.x.x is the IP of the machine you want to receive programs from. For example, if your other machine is 192.168.1.1, run
xhost 192.168.1.1
On your other machine, after you start X on your Be machine, run
export DISPLAY=be.machine.ip.address:0
where be.machine.ip.address is the address of your be machine. For example, if your Be machine is 192.168.1.5, run
export DISPLAY=192.168.1.5:0