Difference between revisions of "Platform compatibility"
m (typo) |
|||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
+ | |||
Following are procedures for installing GNUstep on different Operating Systems. | Following are procedures for installing GNUstep on different Operating Systems. | ||
* You may also want to take a look at the [[dependencies]]. | * You may also want to take a look at the [[dependencies]]. | ||
Line 6: | Line 7: | ||
= BSD-based systems = | = BSD-based systems = | ||
To keep this list as brief as possible, information about these systems can [[Platform:BSD|be found here]]. | To keep this list as brief as possible, information about these systems can [[Platform:BSD|be found here]]. | ||
− | |||
− | |||
Line 19: | Line 18: | ||
= Solaris = | = Solaris = | ||
+ | |||
=== Intel === | === Intel === | ||
− | Move over to http://www.blastwave.org/ or http://www.sunfreeware.com/ to download and install all required [[dependencies]]. (Personally, I recommend the packages from BlastWave which usually are quite up-to-date. Interestingly, they already offer GNUstep-make as a package.) | + | Move over to [http://www.blastwave.org/ BlastWave] or [http://www.sunfreeware.com/ Sun Freeware] to download and install all required [[dependencies]]. (Personally, I recommend the packages from [http://www.blastwave.org/ BlastWave] which usually are quite up-to-date. Interestingly, they already offer GNUstep-make as a package.) |
If you follow the installation instructions for GNUstep, you should not run into any problems. | If you follow the installation instructions for GNUstep, you should not run into any problems. | ||
Line 30: | Line 30: | ||
=== Sparc === | === Sparc === | ||
− | * http://www.linuks.mine.nu/gnustep/solaris is one of package sources to create | + | * http://www.linuks.mine.nu/gnustep/solaris is one of package sources to create Solaris packages for GNUstep. |
* GNUstep-core-1.0, please see http://en.wikibooks.org/wiki/CPAM_with_TWW#GNUstep_and_TWW_HPMS. look for the gnustep-core-1.0.sb and gnustep-core-1.0.pb file for building and packaging information. | * GNUstep-core-1.0, please see http://en.wikibooks.org/wiki/CPAM_with_TWW#GNUstep_and_TWW_HPMS. look for the gnustep-core-1.0.sb and gnustep-core-1.0.pb file for building and packaging information. | ||
Line 36: | Line 36: | ||
* [http://developers.sun.com/solaris/downloads/solaris_apps/index.jsp Download sol u2 image], you need to have a Sun site account. | * [http://developers.sun.com/solaris/downloads/solaris_apps/index.jsp Download sol u2 image], you need to have a Sun site account. | ||
− | * You can run this image in VMware server | + | * You can run this image in VMware server or VMware player 1.0.3. |
* Install Sun Studio 11 with latest patches. | * Install Sun Studio 11 with latest patches. | ||
* Objective Compiler | * Objective Compiler | ||
** compile your own | ** compile your own | ||
− | ** get it from blastwave using pkg-get. | + | ** get it from [http://www.blastwave.org/ BlastWave] using pkg-get. |
− | * download all the | + | * download all the GNUstep tar balls and follow build instruction. |
+ | |||
= OpenSolaris = | = OpenSolaris = | ||
− | This will be an add-on packages to OpenSolaris distributions using TWW tools to create | + | This will be an add-on packages to OpenSolaris distributions using TWW tools to create SPARC/Intel packages in SVR4 formats. "pkg-inst gnustep-user-1.0 gnustep-developer-1.0 gnustep-apps-1.0" will install GNUstep user,developer and GNUstep native applications. pkg-rm will perform the reverse of installation. |
It will have a nice name like GNUstep O.S. (OpenSolaris). | It will have a nice name like GNUstep O.S. (OpenSolaris). | ||
+ | |||
= Windows = | = Windows = | ||
− | There are many Unix Environment solutions for windows. Currently GNUstep is using [http://www.mingw.org/ MingW] as its | + | There are many Unix Environment solutions for windows. Currently GNUstep is using [http://www.mingw.org/ MingW] as its UNIX environment foundation for Windows. |
=== MingW === | === MingW === | ||
See [[Installation on Windows]] for details on MingW setup. Also look at precompiled binary installer, available from [ftp://ftp.gnustep.org/pub/gnustep/binaries/windows/ GNUstep's ftp site]. | See [[Installation on Windows]] for details on MingW setup. Also look at precompiled binary installer, available from [ftp://ftp.gnustep.org/pub/gnustep/binaries/windows/ GNUstep's ftp site]. | ||
+ | |||
= Others = | = Others = |
Revision as of 08:58, 15 January 2007
This article or section is a stub (i.e., in need of additional material). You can help us by expanding it |
---|
Following are procedures for installing GNUstep on different Operating Systems.
- You may also want to take a look at the dependencies.
BSD-based systems
To keep this list as brief as possible, information about these systems can be found here.
HP/UX
- GNUstep-core-1.0, please see http://en.wikibooks.org/wiki/CPAM_with_TWW/References_Manual#GNUstep_and_CPAM. look for the gnustep-core-1.0.sb and gnustep-core-1.0.pb file for building and packaging information.
Linux-based systems
To keep this list as brief as possible, information about these systems can be found here.
Solaris
Intel
Move over to BlastWave or Sun Freeware to download and install all required dependencies. (Personally, I recommend the packages from BlastWave which usually are quite up-to-date. Interestingly, they already offer GNUstep-make as a package.)
If you follow the installation instructions for GNUstep, you should not run into any problems.
However, if you want to select Window Maker from the X login, you need to do some additional editing. Check out http://www.gunfleet.com/solaris/winman.htm for that. The information about Window Maker found there basically also applies if you plan on using Azalea from Étoilé.
Sparc
- http://www.linuks.mine.nu/gnustep/solaris is one of package sources to create Solaris packages for GNUstep.
- GNUstep-core-1.0, please see http://en.wikibooks.org/wiki/CPAM_with_TWW#GNUstep_and_TWW_HPMS. look for the gnustep-core-1.0.sb and gnustep-core-1.0.pb file for building and packaging information.
GNUstep Solaris 10 U2 vmware appliance
- Download sol u2 image, you need to have a Sun site account.
- You can run this image in VMware server or VMware player 1.0.3.
- Install Sun Studio 11 with latest patches.
- Objective Compiler
- compile your own
- get it from BlastWave using pkg-get.
- download all the GNUstep tar balls and follow build instruction.
OpenSolaris
This will be an add-on packages to OpenSolaris distributions using TWW tools to create SPARC/Intel packages in SVR4 formats. "pkg-inst gnustep-user-1.0 gnustep-developer-1.0 gnustep-apps-1.0" will install GNUstep user,developer and GNUstep native applications. pkg-rm will perform the reverse of installation.
It will have a nice name like GNUstep O.S. (OpenSolaris).
Windows
There are many Unix Environment solutions for windows. Currently GNUstep is using MingW as its UNIX environment foundation for Windows.
MingW
See Installation on Windows for details on MingW setup. Also look at precompiled binary installer, available from GNUstep's ftp site.
Others
To keep this list as brief as possible, information about these systems can be found here.