wine 1.5.1 installation

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Archill56
Newbie
Newbie
Posts: 3
Joined: Mon Apr 09, 2012 8:43 am

wine 1.5.1 installation

Post by Archill56 »

I loaded the wine-1.5.1.tar.bz2 and unzipped it.
then i ran the directory ./configure --enable-win64 and installed everything it
needed on the way.
then i ran the directory make
and after that sudo make install

but now... Where is the wine located, how can i use it, cause when i go to
terminanl and put there: wine /home/archill/Työpöytä/Kamaa/IL2
installation/setup_il-2_sturmovik_1946.exe
it just says: Program "wine" found in following packages:
* wine1.2
* wine1.3
Try: sudo apt-get install <the package you chose>

and when I right click the .exe file there is wine windows program loader but
taht doesn't do anything...
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine 1.5.1 installation

Post by dimesio »

Archill56 wrote:I loaded the wine-1.5.1.tar.bz2 and unzipped it.
then i ran the directory ./configure --enable-win64 and installed everything it
needed on the way.
then i ran the directory make
and after that sudo make install.
You only built 64 bit Wine; you also need the 32 bit parts.
http://wiki.winehq.org/Wine64
http://wiki.winehq.org/Wine64ForPackagers
Locked