Wine

Virtual machines, emulation, etc.
Message
Author
green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

Wine 1.5.16

#341 Post by green_dome »

my attempt at compiling wine-1.5.16

-------------------------------
version 1 | stripped=true

wine-1.5.16-i486_v1.pet | mirror 1
wine_DEV-1.5.16-i486_v1.pet | mirror 1
wine_DOC-1.5.16-i486_v1.pet | mirror 1

--------------------------------
version 2 | stripped=false

wine-1.5.16-i486_v2.pet | mirror 1
wine_DEV-1.5.16-i486_v2.pet | mirror 1
wine_DOC-1.5.16-i486_v2.pet | mirror 1

-----------------------------
md5 - http://content.wuala.com/contents/puppy ... 13/md5.txt
hashdeep - http://content.wuala.com/contents/puppy ... shdeep.txt

about downloading from filecloud.io
-> Scroll to bottom of both pages for download link.
-> Disable adblocking to download without signing up.

When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
[references]

-----------------------------------------------------------------------------------------------------------

There are a few scripts that I find useful in creating sfs files.

'pets2sfs'
[forum post] [download] [forum post]

'createsfs'
[forum post] [download]

'easypackage'
[forum post] [download]

-----------------------------------------------------------------------------------------------------------

I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - [forum post] [mirror 1]
devx_430.sfs - [forum post] [mirror 1]

-----------------------------------------------------------------------------------------------------------

I installed these packages before compiling:

fontconfig-2.7.1-i486-pup4.pet | mirror 1
fontconfig_DEV-2.7.1-i486-pup4.pet | mirror 1
gnutls+deps-2.6.6-i486.pet | mirror 1
gnutls+deps_DEV-2.6.6-i486.pet | mirror 1
libgphoto2-2.5.0-i486_v2.pet | mirror 1
libgphoto2_DEV-2.5.0-i486.pet | mirror 1
libusb-1.0.9-i486_v2.pet | mirror 1
libusb_DEV-1.0.9-i486_v2.pet | mirror 1
mpg123-1.12.4.pet | mirror 1
mpg123_DEV-1.12.4.pet | mirror 1
openldap-2.4.13-i486.pet | mirror 1
openldap_DEV-2.4.13-i486.pet | mirror 1
xorg_xorg_full_dri-7.3.pet | mirror 1
xorg_xorg_full_dri_DEV-7.3.pet | mirror 1


-----------------------------------------------------------------------------------------------------------

When compiling, I used

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.

For help with Gecko,
http://wiki.winehq.org/Gecko

For help with Mono,
http://wiki.winehq.org/Mono

I use the console to install packages from winetricks. For help with this I use

Code: Select all

winetricks -h
[Reference]
Last edited by green_dome on Tue 19 Mar 2013, 05:04, edited 3 times in total.

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#342 Post by vovchik »

Dear green_dome,

Works like a charm in Lucid. Thanks.

With kind regards,
vovchik

bones01
Posts: 371
Joined: Mon 11 Aug 2008, 07:47
Location: Melbourne, Aus

#343 Post by bones01 »

Thanks green-dome. Appreciate your work.

Bones
Dell Latitude D630 running Puppy 5.2.8 frugal, Macpup 525 frugal (if I can get it working again. Sadly, I couldn't get it fixed :? )
Precise Puppy 5.4 live DVD
Precise 5.7.3 on USB

Rich34
Posts: 1
Joined: Sun 04 Nov 2012, 16:41

Wine 1.5.13

#344 Post by Rich34 »

green_dome

Thank you very much for your efforts in making Wine 2.5.13 PET. I looked all over today trying to get wine to work with no avail. Then I came across your post and thought, oh well what's one more time. Great, what a surprise, It workd.

Being a newbie I just wish I had half your knowledge dealing with PL and linux in general.

Again, Thanks.

Dick
Sierra Vista, AZ

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#345 Post by vovchik »

Dear green_dome,

My thanks always....You do it really properly.

With kind regards,
vovchik

User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

#346 Post by RSH »

Hi.

I'm doing currently some work on a script that uses the wine. Everything is fine ---> except one confusing thing.

I run my LazY Puppy with full German settings (keyboard, country, timezone etc.) So, if I do install a .exe, it installs in /root/.wine/drive_c/Programme. Using full English settings it installs in /root/.wine/drive_c/Program Files.

This is confusing and makes problems to use the script (I'm currently working on) in different languages because of the different directories.

Is there a list or something that has information about which directory name is used in different countries?

Thanks for the help

RSH
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

#347 Post by green_dome »

RSH,
This page [1] has some relevant info. There is a link to [2]. Open a .po file and do a text search for "Program Files". There might be a corresponding translation. Not all files have translations for all directory paths.

[1] http://wiki.winehq.org/Translating
[2] http://source.winehq.org/git/wine.git/? ... po;hb=HEAD

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#348 Post by vovchik »

Hi green_dome,

We have another release: http://www.winehq.org/announce/1.5.17! Looks like they fixed antialiasing.

With kind regards,
vovchik

green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

Wine 1.5.17

#349 Post by green_dome »

my attempt at compiling wine-1.5.17

-------------------------------
version 1 | stripped=true

wine-1.5.17-i486_v1.pet | mirror 1
wine_DEV-1.5.17-i486_v1.pet | mirror 1
wine_DOC-1.5.17-i486_v1.pet | mirror 1

--------------------------------
version 2 | stripped=false

wine-1.5.17-i486_v2.pet | mirror 1
wine_DEV-1.5.17-i486_v2.pet | mirror 1
wine_DOC-1.5.17-i486_v2.pet | mirror 1

-----------------------------
md5 - http://content.wuala.com/contents/puppy ... 13/md5.txt
hashdeep - http://content.wuala.com/contents/puppy ... shdeep.txt

about downloading from filecloud.io
-> Scroll to bottom of both pages for download link.
-> Adblocking may need to be disabled to download without signing up.

When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
[references]

-----------------------------------------------------------------------------------------------------------

There are a few scripts that I find useful in creating sfs files.

'pets2sfs'
[forum post] [download] [forum post]

'createsfs'
[forum post] [download]

'easypackage'
[forum post] [download]

-----------------------------------------------------------------------------------------------------------

I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - [forum post] [mirror 1]
devx_430.sfs - [forum post] [mirror 1]

-----------------------------------------------------------------------------------------------------------

I installed these packages before compiling:

fontconfig-2.7.1-i486-pup4.pet | mirror 1
fontconfig_DEV-2.7.1-i486-pup4.pet | mirror 1
gnutls+deps-2.6.6-i486.pet | mirror 1
gnutls+deps_DEV-2.6.6-i486.pet | mirror 1
libgphoto2-2.5.0-i486_v2.pet | mirror 1
libgphoto2_DEV-2.5.0-i486.pet | mirror 1
libusb-1.0.9-i486_v2.pet | mirror 1
libusb_DEV-1.0.9-i486_v2.pet | mirror 1
mpg123-1.12.4.pet | mirror 1
mpg123_DEV-1.12.4.pet | mirror 1
openldap-2.4.13-i486.pet | mirror 1
openldap_DEV-2.4.13-i486.pet | mirror 1
xorg_xorg_full_dri-7.3.pet | mirror 1
xorg_xorg_full_dri_DEV-7.3.pet | mirror 1


-----------------------------------------------------------------------------------------------------------

When compiling, I used

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.

For help with Gecko,
http://wiki.winehq.org/Gecko

For help with Mono,
http://wiki.winehq.org/Mono

I use the console to install packages from winetricks. For help with this I use

Code: Select all

winetricks -h
[Reference]
Last edited by green_dome on Tue 19 Mar 2013, 05:05, edited 2 times in total.

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#350 Post by vovchik »

Dear green_dome,

Thanks - works for me nicely.....

With kind regards,
vovchik

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#351 Post by vovchik »

Dear greedn_dome,

We have a new one: http://www.winehq.org/announce/1.5.18.

with kind regards,
vovchik

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#352 Post by vovchik »

Dear green_dome,

Here is the latest: http://www.winehq.org/announce/1.5.19

With kind regards,
vovchik

green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

Wine 1.5.18

#353 Post by green_dome »

my attempt at compiling wine-1.5.18

-------------------------------
version 1 | stripped=true

wine-1.5.18-i486_v1.pet | mirror 1 | mirror 2
wine_DEV-1.5.18-i486_v1.pet | mirror 1 | mirror 2
wine_DOC-1.5.18-i486_v1.pet | mirror 1 | mirror 2

--------------------------------
version 2 | stripped=false

wine-1.5.18-i486_v2.pet | mirror 1 | mirror 2
wine_DEV-1.5.18-i486_v2.pet | mirror 1 | mirror 2
wine_DOC-1.5.18-i486_v2.pet | mirror 1 | mirror 2

-----------------------------

wine_extras-v2.pet | mirror 1 | menu entries

-----------------------------
md5 - http://content.wuala.com/contents/puppy ... 13/md5.txt
hashdeep - http://content.wuala.com/contents/puppy ... shdeep.txt

about downloading from filecloud.io
-> Scroll to bottom of both pages for download link.
-> Adblocking may need to be disabled to download without signing up.

When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
[references]

In reference to menu entries, many of them launch executable wrappers (I think) to sub-programs in Wine.
http://wiki.winehq.org/ListofCommands

-----------------------------------------------------------------------------------------------------------

There are a few scripts that I find useful in creating sfs files.

'pets2sfs'
[forum post] [download] [forum post]

'createsfs'
[forum post] [download]

'easypackage'
[forum post] [download]

-----------------------------------------------------------------------------------------------------------

I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - [forum post] [mirror 1]
devx_430.sfs - [forum post] [mirror 1]

-----------------------------------------------------------------------------------------------------------

I installed these packages before compiling:

fontconfig-2.7.1-i486-pup4.pet | mirror 1
fontconfig_DEV-2.7.1-i486-pup4.pet | mirror 1
gnutls+deps-2.6.6-i486.pet | mirror 1
gnutls+deps_DEV-2.6.6-i486.pet | mirror 1
libgphoto2-2.5.0-i486_v2.pet | mirror 1
libgphoto2_DEV-2.5.0-i486.pet | mirror 1
libusb-1.0.9-i486_v2.pet | mirror 1
libusb_DEV-1.0.9-i486_v2.pet | mirror 1
mpg123-1.12.4.pet | mirror 1
mpg123_DEV-1.12.4.pet | mirror 1
openldap-2.4.13-i486.pet | mirror 1
openldap_DEV-2.4.13-i486.pet | mirror 1
xorg_xorg_full_dri-7.3.pet | mirror 1
xorg_xorg_full_dri_DEV-7.3.pet | mirror 1


-----------------------------------------------------------------------------------------------------------

When compiling, I used

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.

For help with Gecko,
http://wiki.winehq.org/Gecko

For help with Mono,
http://wiki.winehq.org/Mono

I use the console to install packages from winetricks. For help with this I use

Code: Select all

winetricks -h
[Reference]
Last edited by green_dome on Tue 19 Mar 2013, 05:05, edited 2 times in total.

green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

Wine 1.5.19

#354 Post by green_dome »

my attempt at compiling wine-1.5.19

-------------------------------
version 1 | stripped=true

wine-1.5.19-i486_v1.pet | mirror 1 | mirror 2
wine_DEV-1.5.19-i486_v1.pet | mirror 1 | mirror 2
wine_DOC-1.5.19-i486_v1.pet | mirror 1 | mirror 2

--------------------------------
version 2 | stripped=false

wine-1.5.19-i486_v2.pet | mirror 1 | mirror 2
wine_DEV-1.5.19-i486_v2.pet | mirror 1 | mirror 2
wine_DOC-1.5.19-i486_v2.pet | mirror 1 | mirror 2

-----------------------------

wine_extras-v2.pet | mirror 1 | menu entries

-----------------------------
md5 - http://content.wuala.com/contents/puppy ... 13/md5.txt
hashdeep - http://content.wuala.com/contents/puppy ... shdeep.txt

about downloading from filecloud.io
-> Scroll to bottom of both pages for download link.
-> Adblocking may need to be disabled to download without signing up.

When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
[references]

In reference to menu entries, many of them launch executable wrappers (I think) to sub-programs in Wine.
http://wiki.winehq.org/ListofCommands

-----------------------------------------------------------------------------------------------------------

There are a few scripts that I find useful in creating sfs files.

'pets2sfs'
[forum post] [download] [forum post]

'createsfs'
[forum post] [download]

'easypackage'
[forum post] [download]

-----------------------------------------------------------------------------------------------------------

I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - [forum post] [mirror 1]
devx_430.sfs - [forum post] [mirror 1]

-----------------------------------------------------------------------------------------------------------

I installed these packages before compiling:

fontconfig-2.7.1-i486-pup4.pet | mirror 1
fontconfig_DEV-2.7.1-i486-pup4.pet | mirror 1
gnutls+deps-2.6.6-i486.pet | mirror 1
gnutls+deps_DEV-2.6.6-i486.pet | mirror 1
libgphoto2-2.5.0-i486_v2.pet | mirror 1
libgphoto2_DEV-2.5.0-i486.pet | mirror 1
libusb-1.0.9-i486_v2.pet | mirror 1
libusb_DEV-1.0.9-i486_v2.pet | mirror 1
mpg123-1.12.4.pet | mirror 1
mpg123_DEV-1.12.4.pet | mirror 1
openldap-2.4.13-i486.pet | mirror 1
openldap_DEV-2.4.13-i486.pet | mirror 1
xorg_xorg_full_dri-7.3.pet | mirror 1
xorg_xorg_full_dri_DEV-7.3.pet | mirror 1


-----------------------------------------------------------------------------------------------------------

When compiling, I used

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.

For help with Gecko,
http://wiki.winehq.org/Gecko

For help with Mono,
http://wiki.winehq.org/Mono

I use the console to install packages from winetricks. For help with this I use

Code: Select all

winetricks -h
[Reference]
Last edited by green_dome on Tue 19 Mar 2013, 05:06, edited 2 times in total.

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#355 Post by vovchik »

Dear green_dome,

My thanks again..... :)

With kind regards,
vovchik

green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

Wine 1.5.20

#356 Post by green_dome »

my attempt at compiling wine-1.5.20

-------------------------------

wine-1.5.20-i486_v1.pet | mirror 1 | mirror 2 | version 1 - stripped=true
wine-1.5.20-i486_v2.pet | mirror 1 | mirror 2 | version 2 - stripped=false
wine_DEV-1.5.20-i486.pet | mirror 1 | mirror 2
wine_DOC-1.5.20-i486.pet | mirror 1 | mirror 2

*note -> DEV and DOC compatible with v1 and v2 of the main dotpet

wine_extras-v2.pet | mirror 1 | menu entries

md5 - http://content.wuala.com/contents/puppy ... 13/md5.txt
hashdeep - http://content.wuala.com/contents/puppy ... shdeep.txt

about downloading from filecloud.io
-> Scroll to bottom of both pages for download link.
-> Adblocking may need to be disabled to download without signing up.

When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
[references]

In reference to menu entries, many of them launch executable wrappers (I think) to sub-programs in Wine.
http://wiki.winehq.org/ListofCommands

-----------------------------------------------------------------------------------------------------------

There are a few scripts that I find useful in creating sfs files.

'pets2sfs'
[forum post] [download] [forum post]

'createsfs'
[forum post] [download]

'easypackage'
[forum post] [download]

-----------------------------------------------------------------------------------------------------------

I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - [forum post] [mirror 1]
devx_430.sfs - [forum post] [mirror 1]

-----------------------------------------------------------------------------------------------------------

I installed these packages before compiling:

fontconfig-2.7.1-i486-pup4.pet | mirror 1
fontconfig_DEV-2.7.1-i486-pup4.pet | mirror 1
gnutls+deps-2.6.6-i486.pet | mirror 1
gnutls+deps_DEV-2.6.6-i486.pet | mirror 1
libgphoto2-2.5.0-i486_v2.pet | mirror 1
libgphoto2_DEV-2.5.0-i486.pet | mirror 1
libusb-1.0.9-i486_v2.pet | mirror 1
libusb_DEV-1.0.9-i486_v2.pet | mirror 1
mpg123-1.12.4.pet | mirror 1
mpg123_DEV-1.12.4.pet | mirror 1
openldap-2.4.13-i486.pet | mirror 1
openldap_DEV-2.4.13-i486.pet | mirror 1
xorg_xorg_full_dri-7.3.pet | mirror 1
xorg_xorg_full_dri_DEV-7.3.pet | mirror 1


-----------------------------------------------------------------------------------------------------------

When compiling, I used

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.

For help with Gecko,
http://wiki.winehq.org/Gecko

For help with Mono,
http://wiki.winehq.org/Mono

I use the console to install packages from winetricks. For help with this I use

Code: Select all

winetricks -h
[Reference]
Last edited by green_dome on Tue 19 Mar 2013, 05:07, edited 2 times in total.

bark_bark_bark
Posts: 1885
Joined: Tue 05 Jun 2012, 12:17
Location: Wisconsin USA

#357 Post by bark_bark_bark »

the pet pkg: wine_extras-v2.pet is broken. I downloaded it again and still broken. Please fix it.
....

green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

#358 Post by green_dome »

bark_bark_bark wrote:the pet pkg: wine_extras-v2.pet is broken. I downloaded it again and still broken. Please fix it.
Fixed.
It appears some file sharing sites have issues with really small files.

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#359 Post by vovchik »

Dear green_dome,

Thanks for the last one. We now have another update: http://www.winehq.org/announce/1.5.21.

With kind regards and Happy new Year,
vovchik

green_dome
Posts: 203
Joined: Tue 06 Jan 2009, 02:49
Contact:

Wine 1.5.21

#360 Post by green_dome »

my attempt at compiling wine-1.5.21

-------------------------------

wine-1.5.21-i486_v1.pet | mirror 1 | mirror 2 | version 1 - stripped=true
wine-1.5.21-i486_v2.pet | mirror 1 | mirror 2 | version 2 - stripped=false
wine_DEV-1.5.21-i486.pet | mirror 1 | mirror 2
wine_DOC-1.5.21-i486.pet | mirror 1 | mirror 2

*note -> DEV and DOC compatible with v1 and v2 of the main dotpet

wine_extras-v2.pet | mirror 1 | menu entries

md5 - http://content.wuala.com/contents/puppy ... 13/md5.txt
hashdeep - http://content.wuala.com/contents/puppy ... shdeep.txt

about downloading from filecloud.io
-> Scroll to bottom of both pages for download link.
-> Adblocking may need to be disabled to download without signing up.

When submitting bug reports to WineHQ, it appears a non stripped Wine provides more information than a stripped Wine.
[references]

In reference to menu entries, many of them launch executable wrappers (I think) to sub-programs in Wine.
http://wiki.winehq.org/ListofCommands

-----------------------------------------------------------------------------------------------------------

There are a few scripts that I find useful in creating sfs files.

'pets2sfs'
[forum post] [download] [forum post]

'createsfs'
[forum post] [download]

'easypackage'
[forum post] [download]

-----------------------------------------------------------------------------------------------------------

I compiled using puplet: Puppies 4.31.1 by forum member 'ttuuxxx'
I specifically used the files:
puppies-431.1-main-Xserver.iso - [forum post] [mirror 1]
devx_430.sfs - [forum post] [mirror 1]

-----------------------------------------------------------------------------------------------------------

I installed these packages before compiling:

fontconfig-2.7.1-i486-pup4.pet | mirror 1
fontconfig_DEV-2.7.1-i486-pup4.pet | mirror 1
gnutls+deps-2.6.6-i486.pet | mirror 1
gnutls+deps_DEV-2.6.6-i486.pet | mirror 1
libgphoto2-2.5.0-i486_v2.pet | mirror 1
libgphoto2_DEV-2.5.0-i486.pet | mirror 1
libusb-1.0.9-i486_v2.pet | mirror 1
libusb_DEV-1.0.9-i486_v2.pet | mirror 1
mpg123-1.12.4.pet | mirror 1
mpg123_DEV-1.12.4.pet | mirror 1
openldap-2.4.13-i486.pet | mirror 1
openldap_DEV-2.4.13-i486.pet | mirror 1
xorg_xorg_full_dri-7.3.pet | mirror 1
xorg_xorg_full_dri_DEV-7.3.pet | mirror 1


-----------------------------------------------------------------------------------------------------------

When compiling, I used

Code: Select all

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
Menu entries, Color Setter, and other stuff I got from the file 'winegoodies.tar.gz' provided by forum member 'technosaurus'.
I only made a few changes to the contents of that file.

For help with Gecko,
http://wiki.winehq.org/Gecko

For help with Mono,
http://wiki.winehq.org/Mono

I use the console to install packages from winetricks. For help with this I use

Code: Select all

winetricks -h
[Reference]
Last edited by green_dome on Tue 19 Mar 2013, 05:07, edited 1 time in total.

Post Reply