Revision [6032]
Last edited on 2010-03-13 15:17:14 by coolpupAdditions:
[[http://sourceforge.net/projects/wine/files/ Download]] the latest source file of WINE in compressed tar.bz2 format (known as a tarball).
Deletions:
Revision [6031]
Edited on 2010-03-13 14:48:01 by coolpupAdditions:
2. __Manual installation using the Slackware binary package for WINE__ (no compiling necessary)
- Download [[http://sourceforge.net/projects/wine/files/Slackware%20Packages/ latest available]] WINE binary package for Slackware to directory //~/my-documents//, or to any other directory of your choice.
- Type or copy e.g. //tgz2pet wine-1.1.29-i486-1kjz.tgz// into a terminal window; this command converts the .tgz binary package file into a .pet binary package file; to avoid typing the whole file name, type just the first few letters then the rest can be automatically completed by pressing the ''tab'' key, or, copy and then paste with middle-button mouse click
4. __Manual installation by compiling the WINE source code__ (and then optionally creating a .pet software package)
- Download [[http://sourceforge.net/projects/wine/files/Slackware%20Packages/ latest available]] WINE binary package for Slackware to directory //~/my-documents//, or to any other directory of your choice.
- Type or copy e.g. //tgz2pet wine-1.1.29-i486-1kjz.tgz// into a terminal window; this command converts the .tgz binary package file into a .pet binary package file; to avoid typing the whole file name, type just the first few letters then the rest can be automatically completed by pressing the ''tab'' key, or, copy and then paste with middle-button mouse click
4. __Manual installation by compiling the WINE source code__ (and then optionally creating a .pet software package)
Deletions:
- [[http://sourceforge.net/projects/wine/files/Slackware%20Packages/1.1.29/wine-1.1.29-i486-1kjz.tgz/download Download 14.8MB]] WINE binary package for Slackware to directory //~/my-documents//, or to any other directory of your choice. Check every month for [[http://sourceforge.net/project/showfiles.php?group_id=6241&package_id=6301 latest available]] WINE binary package for Slackware.
- Type or copy __tgz2pet wine-1.1.29-i486-1kjz.tgz__ into a terminal window; this command converts the TGZ binary package file into a PET binary package file; to avoid typing the whole file name, type just the first few letters then the rest can be automatically completed by pressing the **tab** key, or, copy and then paste with middle-button mouse click
4. __Manual installation using the WINE source code to create a .pet software package__
Revision [6030]
Edited on 2010-03-13 14:39:14 by coolpupAdditions:
1) Then select: ''Set Run Action''
1) Or type: ''wine "$@"'' in the field for //Enter a shell command//
1) Or type: ''wine "$@"'' in the field for //Enter a shell command//
Deletions:
1) Or type: ""wine "$@""" in the field for //Enter a shell command//
Revision [6029]
Edited on 2010-03-13 14:37:22 by coolpupAdditions:
1) Then select: ""Set Run Action""
Deletions:
Revision [6028]
Edited on 2010-03-13 14:36:56 by coolpupAdditions:
1) Then select: "Set Run Action"
1) Confirm that the radio button for: //Only for the type 'application/x-ms-dos-executiable'// is selected
1) Or type: ""wine "$@""" in the field for //Enter a shell command//
1) Confirm that the radio button for: //Only for the type 'application/x-ms-dos-executiable'// is selected
1) Or type: ""wine "$@""" in the field for //Enter a shell command//
Deletions:
1) Confirm that the radio button for: ''Only for the type 'application/x-ms-dos-executiable''' is selected
1) Or type: ''wine "$@"'' in the field for //Enter a shell command//
Revision [6027]
Edited on 2010-03-13 14:35:42 by coolpupAdditions:
1) Then select: //Set Run Action//
Deletions:
Revision [6026]
Edited on 2010-03-13 14:34:35 by coolpupAdditions:
http://puppylinux.asia/members/coolpup/wine-1.1.26-s.pet (without JACK)
This creates a new directory with the extracted and expanded source code files. This directory will only be created if there is at least 350MB of space available. Now change to this directory that contains the extracted files, so, if the source file //wine-1.1.40.tar.bz2// was downloaded to ///mnt/home//, give the command:
./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/usr --sysconfdir=/etc --localstatedir=/var && make depend && make && make check && make install
This creates a new directory with the extracted and expanded source code files. This directory will only be created if there is at least 350MB of space available. Now change to this directory that contains the extracted files, so, if the source file //wine-1.1.40.tar.bz2// was downloaded to ///mnt/home//, give the command:
./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/usr --sysconfdir=/etc --localstatedir=/var && make depend && make && make check && make install
Deletions:
./configure CFLAGS="-mtune=i486 -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/usr --sysconfdir=/etc --localstatedir=/var && make depend && make && make check && make install
Revision [6017]
Edited on 2010-03-13 05:37:47 by coolpupAdditions:
__Use [[rox ROX-Filer]] to locate your Windows program's .exe file__
__Start the Windows program by clicking on its .exe file__
WINE will then run the program. If it does not then you must associate .exe files with WINE by doing the following:
__Start the Windows program by clicking on its .exe file__
WINE will then run the program. If it does not then you must associate .exe files with WINE by doing the following:
Deletions:
==Start the Windows program by clicking on its .exe file==
WINE will then run the program, if it doesn't then you must associate .exe files with WINE by doing the following:
Revision [6016]
Edited on 2010-03-13 05:36:47 by coolpupAdditions:
==Start the Windows program by clicking on its .exe file==
tar xfjv wine-1.1.40.tar.bz2
cd /mnt/home/wine-1.1.40
./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/usr --sysconfdir=/etc --localstatedir=/var
===Forum threads===
Free technical support is available at the [[http://www.murga-linux.com/puppy/index.php Puppy Linux Discussion Forum]]
tar xfjv wine-1.1.40.tar.bz2
cd /mnt/home/wine-1.1.40
./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/usr --sysconfdir=/etc --localstatedir=/var
===Forum threads===
Free technical support is available at the [[http://www.murga-linux.com/puppy/index.php Puppy Linux Discussion Forum]]
Deletions:
tar xfjv wine-1.1.39.tar.bz2
cd /mnt/home/wine-1.1.39
./configure CFLAGS="-mtune=i486 -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/usr --sysconfdir=/etc --localstatedir=/var
Windows programs that work with WINE:
- http://appdb.winehq.org/
- http://frankscorner.org/
This dotpup includes some working preferences and the "Wordviewer" from Microsoft.
http://dotpups.de/dotpups/Emulators/Wine-0.9.22/Wine-0.9.22-drive_c-and-Wordview.pup (4.4 MB)
http://dotpups.de/dotpups/Emulators/Wine-0.9.22/Wine-mime-type-for-Rox-1.2.pup
Forum threads
Free technical support is available at the [[http://www.murga-linux.com/puppy/index.php Puppy Linux Forum]]
Revision [5889]
Edited on 2010-02-27 02:37:58 by coolpupAdditions:
3. __No installation by using a single .sfs file__ (for frugal Puppy installations only)
4. __Manual installation using the WINE source code to create a .pet software package__
4. __Manual installation using the WINE source code to create a .pet software package__
Deletions:
.sfs software packages are for frugal Puppy installations:
For any Puppy version 4.3 and above (built with version 4.0 of 'mksquashfs')
[[http://puppylinux.ca/members/coolpup/wine-1.1.26-s_423.sfs wine-1.1.26-s_423.sfs]]
For any Puppy below version 4.3 (built with version 3.3 of 'mksquashfs')
[[http://puppylinux.ca/members/coolpup/wine-1.1.26-s_421.sfs wine-1.1.26-s_421.sfs]]
4. __Manual installation using the WINE source code to create a .pet__
Revision [5888]
Edited on 2010-02-27 02:28:38 by coolpupAdditions:
http://puppylinux.asia/members/T/486_pet/wine-1.1.28-i486.pet (with JACK)
http://puppylinux.asia/members/coolpup/wine-1.1.20-prescott.pet (without JACK)
http://puppylinux.asia/members/coolpup/wine-1.1.20-prescott.pet (without JACK)
Deletions:
http://puppy:linux@puppylinux.asia/members/coolpup/wine-1.1.20-prescott.pet (without JACK)
Revision [5872]
Edited on 2010-02-26 09:03:31 by coolpupAdditions:
==={{color text="Installing Windows Software under Linux" c="black"}}===
Deletions:
==={{color text="Installing Software" c="black"}}===
Revision [5871]
Edited on 2010-02-26 09:01:39 by coolpupAdditions:
==={{color text="Compiling the WINE source code" c="black"}}===
==={{color text="Compile and Install Summary" c="black"}}===
==={{color text="Compile and Install Summary" c="black"}}===
Deletions:
==={{color text="Compile and Install Summary" c="green"}}===
Revision [5869]
Edited on 2010-02-26 08:13:18 by coolpupAdditions:
[[http://www.winehq.org/ WINE]] runs Windows applications on Linux
tar xfjv wine-1.1.39.tar.bz2
cd /mnt/home/wine-1.1.39
CategorySoftware
tar xfjv wine-1.1.39.tar.bz2
cd /mnt/home/wine-1.1.39
CategorySoftware
Deletions:
tar xfjv wine-1.1.30.tar.bz2
cd /mnt/home/wine-1.1.30
CategoryAdditionalSoftware
Revision [5868]
Edited on 2010-02-26 08:08:57 by coolpupAdditions:
Download the .pet software package then single-left-mouse-click on it for automatic installation: [[http://www.megaupload.com/?d=UPF1FXO7 wine-1.1.30]]
==Use [[rox ROX-Filer]] to locate your Windows program's .exe file==
1) Find the .exe file in the relevant subdirectory.
==Start the Windows program by clicking on it's .exe file==
WINE will then run the program, if it doesn't then you must associate .exe files with WINE by doing the following:
1) Right click on the .exe file.
Note: Using WINE does not mean you will have success with all Windows Software (""Win32"" software). Some installed programs may not run, or if they do, may subsequently crash. One does not know if a particular software program designed for Windows will run under Linux+WINE until it is actually attempted. WINE is continually being developed and improved resulting in frequent new releases.
(.sfs files are intended for frugal installations only; .pet files are intended for either full or frugal installations)
1. __Automatic installation using a .pet software package__
The provision of .pet software packages of WINE which someone else has already kindly created means that this is the method //recommended for beginners//.
Create a .pet in 5 easy steps:
- Click on the created .pet file, and WINE will be installed automatically
3. __No installation by using a single .sfs file__
.sfs software packages are for frugal Puppy installations:
4. __Manual installation using the WINE source code to create a .pet__
Download the latest source file of WINE in compressed tar.bz2 format (known as a tarball) from [[http://sourceforge.net/project/showfiles.php?group_id=6241&package_id=77449 Sourceforge]].
cd /mnt/home/wine-1.1.30
Start the application by clicking on the program's .exe file, and WINE will run the program. If this does not happen, you can make it happen by associating .exe files with WINE. Do this by right-clicking on the .exe file; then select //Set Run Action...//; confirm that //only for the type 'application...// is selected; for //Enter a shell command:// type __wine "$@"__; click //Use Command//.
To locate your program's .exe file: navigate to ///root//; show hidden files in that directory by left-clicking once on the eye icon in the toolbar; navigate to ///root/.wine/drive_c/Program Files// and expect to find the .exe file in the relevant subdirectory.
==Use [[rox ROX-Filer]] to locate your Windows program's .exe file==
1) Find the .exe file in the relevant subdirectory.
==Start the Windows program by clicking on it's .exe file==
WINE will then run the program, if it doesn't then you must associate .exe files with WINE by doing the following:
1) Right click on the .exe file.
Note: Using WINE does not mean you will have success with all Windows Software (""Win32"" software). Some installed programs may not run, or if they do, may subsequently crash. One does not know if a particular software program designed for Windows will run under Linux+WINE until it is actually attempted. WINE is continually being developed and improved resulting in frequent new releases.
(.sfs files are intended for frugal installations only; .pet files are intended for either full or frugal installations)
1. __Automatic installation using a .pet software package__
The provision of .pet software packages of WINE which someone else has already kindly created means that this is the method //recommended for beginners//.
Create a .pet in 5 easy steps:
- Click on the created .pet file, and WINE will be installed automatically
3. __No installation by using a single .sfs file__
.sfs software packages are for frugal Puppy installations:
4. __Manual installation using the WINE source code to create a .pet__
Download the latest source file of WINE in compressed tar.bz2 format (known as a tarball) from [[http://sourceforge.net/project/showfiles.php?group_id=6241&package_id=77449 Sourceforge]].
cd /mnt/home/wine-1.1.30
Start the application by clicking on the program's .exe file, and WINE will run the program. If this does not happen, you can make it happen by associating .exe files with WINE. Do this by right-clicking on the .exe file; then select //Set Run Action...//; confirm that //only for the type 'application...// is selected; for //Enter a shell command:// type __wine "$@"__; click //Use Command//.
To locate your program's .exe file: navigate to ///root//; show hidden files in that directory by left-clicking once on the eye icon in the toolbar; navigate to ///root/.wine/drive_c/Program Files// and expect to find the .exe file in the relevant subdirectory.
Deletions:
[[http://www.megaupload.com/?d=UPF1FXO7 wine-1.1.30]]
==Use [[rox ROX-Filer]] to locate your Windows program's EXE file==
1) Find the EXE file in the relevant subdirectory.
==Start the Windows program by clicking on it's EXE file==
WINE will then run the program, if it doesn't then you must associate EXE files with WINE by doing the following:
1) Right click on the EXE file.
Note: Using WINE does not mean you will have success with all Windows Software (a.k.a. ""Win32"" software). Some installed programs may not run, or if they do, may subsequently crash. One does not know if a particular software program designed for Windows will run under Linux+WINE until it is actually attempted. WINE is continually being developed and improved resulting in frequent new releases.
(SFS files are intended for frugal installations only; PET files are intended for either full or frugal installations)
1. __Automatic installation using a PET software package__
The provision of PET software packages of WINE which someone else has already kindly created means that this is the method //recommended for beginners//.
Create a PET in 5 easy steps:
- Click on the created PET file, and WINE will be installed automatically
3. __No installation by using a single SFS file__
SFS software packages are for frugal Puppy installations:
4. __Manual installation using the WINE source code to create a PET__
Download the latest source file of WINE in compressed TAR.BZ2 format (known as a tarball) from [[http://sourceforge.net/project/showfiles.php?group_id=6241&package_id=77449 Sourceforge]].
cd /mnt/home/wine-1.1.230
Start the application by clicking on the program's EXE file, and WINE will run the program. If this does not happen, you can make it happen by associating .EXE files with WINE. Do this by right-clicking on the .EXE file; then select //Set Run Action...//; confirm that //only for the type 'application...// is selected; for //Enter a shell command:// type __wine "$@"__; click //Use Command//.
To locate your program's .EXE file: navigate to ///root//; show hidden files in that directory by left-clicking once on the eye icon in the toolbar; navigate to ///root/.wine/drive_c/Program Files// and expect to find the .EXE file in the relevant subdirectory.
Revision [5867]
Edited on 2010-02-26 07:59:53 by coolpupAdditions:
===Wine {{color text="Software" c="green"}} [[SoftwareInstallation package(s)]]===
Download the .pet software package then single-left-mouse-click for automatic installation
[[http://www.megaupload.com/?d=UPF1FXO7 wine-1.1.30]]
==={{color text="Installing Windows software" c="black"}}===
Download the .pet software package then single-left-mouse-click for automatic installation
[[http://www.megaupload.com/?d=UPF1FXO7 wine-1.1.30]]
==={{color text="Installing Windows software" c="black"}}===
Deletions:
[[http://puppy:linux@puppylinux.asia/members/T/486_pet/wine-1.1.28-i486.pet WINE]] 13.5MB
==={{color text="Installing software" c="black"}}===
Revision [5307]
Edited on 2010-01-30 04:10:11 by coolpupAdditions:
http://puppy:linux@puppylinux.asia/members/T/486_pet/wine-1.1.28-i486.pet (with JACK)
http://puppy:linux@puppylinux.asia/members/coolpup/wine-1.1.20-prescott.pet (without JACK)
http://puppy:linux@puppylinux.asia/members/coolpup/wine-1.1.20-prescott.pet (without JACK)
Deletions:
http://puppylinux.asia/members/coolpup/wine-1.1.26-s.pet (without JACK) (11.7MB)
Revision [4778]
Edited on 2009-12-24 01:39:18 by coolpupAdditions:
[[http://www.winehq.org/ WINE]] makes it possible to run software, that was written/designed specifically for Microsoft Windows, within Puppy Linux.