Displaying 1 result from an estimated 1 matches for "sereiya".
2010 Oct 13
1
Installing wine into a second Direction & using it
Hopefully you don't get annoyed by my newbie-Questions [Rolling Eyes]
I tried to install the wine version 1.3.4 beside the normal installation (1.2.1), so I got the source, and used this code on it:
Code:
./configure --prefix=/home/sereiya/.wine-1.3.4 && make
Then I've installed it with
Code:
sudo make install
With this, I folloed the instructions in the FAQ. But now, there are folders "bin", "include", "lib" and "share". It reminds me to something somewhere, but I don't ha...