Need Wine 1.4 on Ubuntu 14.04 64 bit.

Questions about Wine on Linux
Locked
Peter00001
Newbie
Newbie
Posts: 2
Joined: Tue Jun 10, 2014 3:43 am

Need Wine 1.4 on Ubuntu 14.04 64 bit.

Post by Peter00001 »

Hello,
I need to compile old wine 1.4.1 source on Ubuntu 14.04 server x86_64.
I offer 0.05 BTC for working and detailed step-by-step instruction

Thank you
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Need Wine 1.4 on Ubuntu 14.04 64 bit.

Post by dimesio »

Peter00001
Newbie
Newbie
Posts: 2
Joined: Tue Jun 10, 2014 3:43 am

Re: Need Wine 1.4 on Ubuntu 14.04 64 bit.

Post by Peter00001 »

Thanks for the replay:

Ok First problem:


I need to do

../wine-git/configure --enable-win64 --without-freetype -

I have not freee type on my ubuntu 14.04! -Do I need it?

Then i get

config.status: executing Makefile commands

configure: libhal development files not found, no legacy dynamic device support.
configure: liblcms development files not found, Color Management won't be supported.

configure: WARNING: OpenSSL development files not found, SSL won't be supported.

When I continue:

On step:
misho@my32bitbox:~$ sudo apt-get build-dep wine

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: You must put some 'source' URIs in your sources.list

Here game is over. Please help me :)
Thanks
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Need Wine 1.4 on Ubuntu 14.04 64 bit.

Post by dimesio »

Peter00001 wrote: I have not freee type on my ubuntu 14.04! -Do I need it?
Yes.
configure: WARNING: OpenSSL development files not found, SSL won't be supported.
For versions of Wine prior to 1.5.28, you need this. (Wine switched to GnuTLS in 1.5.28.)
E: You must put some 'source' URIs in your sources.list
Ask on the Ubuntu forum. That's package manager issue.
Locked