Difference between revisions of "Platform compatibility"

From GNUstepWiki
Jump to navigation Jump to search
 
(92 intermediate revisions by 15 users not shown)
Line 1: Line 1:
'''Note''': Anyone know how to convert [http://www.gnustep.org/resources/documentation/User/GNUstep/gnustep-howto_toc.html Platform Compatibility HowTO]source into wiki language, so we can work on others' effort?
+
{{stub}}
  
Following are procedures for installing GNUstep on different Operating Systems.<br>
+
Following are procedures for installing GNUstep on different Operating Systems.
 +
* You may also want to take a look at the [[dependencies]].
  
  
=== AIX ===
+
= BSD-based systems =
 +
To keep this list as brief as possible, information about these systems can [[Platform:BSD|be found here]].
  
=== BSD ===
 
==== Darwin ====
 
===== Intel =====
 
===== PowerPC =====
 
==== FreeBSD ====
 
You can install GNUstep via ''/usr/ports/devel/gnustep''. However, not all required dependancies are installed.
 
  
If you install the following in advance, you should be fine:
+
= HP/UX  =
* wmaker
+
* 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.
* libxml2
 
* libxslt
 
* libgmp4
 
* libart_lgpl2
 
* libaudiofile
 
* ffcall
 
* glitz
 
You may also want to install ''/usr/ports/net/mDNSResponder''.
 
  
'''Note''':
 
There is a bug in libkvm that '''requires''' a mounted ''/proc''. Until this bug is fixed, make sure you have an entry for ''/proc'' in your ''/etc/fstab'':
 
  
<pre>
+
= Linux-based systems =
proc                    /proc          procfs  rw              0      0
+
To keep this list as brief as possible, information about these systems can [[Platform:Linux|be found here]].
</pre>
 
  
References:
 
[http://www.freebsd.org/cgi/ports.cgi?query=gnustep&stype=all FreeBSD GNUstep ports],
 
[http://www.freshports.org/search.php?query=gnustep&search=go&num=10&stype=name&method=match&deleted=excludedeleted&start=1&casesensitivity=caseinsensitive Freshports GNUstep]
 
==== Mac OS X ====
 
==== NetBSD ====
 
==== OpenBSD ====
 
  
=== HP/UX  ===
+
= Solaris =
We should stay away from HPUX-10.20, it is not supported by HP anymore.
+
Take a look at the required and recommended [[dependencies]]. Most of these can be found at [http://www.blastwave.org/ BlastWave] (which I personally recommend) or [http://www.sunfreeware.com/ Sun Freeware].
 +
The notable exception are [http://www.haible.de/bruno/packages-ffcall.html ffcall]/[http://sources.redhat.com/libffi/ libffi], [http://www.apple.com/macosx/features/bonjour/ Bonjour] and [http://www.portaudio.com/ portaudio] (as of 2008-05-23).
  
=== Irix ===
+
If you plan on compiling those from source, make sure to enable the creation of SHARED libraries. ''Bonjour'' and ''ffcall'' compile right out of the box. For ''portaudio'' to compile, you will need to grab a daily-snapshot and you need to install [http://www.blastwave.org/packages.php/osndsys Open Sound System headers].
  
=== Linux ===
+
Then, if you follow the installation instructions for GNUstep, you should not run into any problems.
==== Debian ====
 
Since Debian "Sarge" you can just say
 
  
apt-get install x-window-system-core wmaker gnustep gnustep-devel gnustep-games
+
=== Intel ===
  
to get GNUstep, X11 and Window Maker installed.
+
''Intentionally left blank''.
  
But what happen if you are on Debian stable (3.0) release ?
+
=== Sparc ===
  
Here is an answer from gnustep irc channel:
+
* http://www.linuks.mine.nu/gnustep/solaris is one of package sources to create Solaris packages for GNUstep.
<pre>
+
* 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.
<fsmunoz> change every occurence of "stable" for "testing"
 
<fsmunoz> remove the security.debian.org line
 
<fsmunoz> do apt-get update
 
<fsmunoz> apt-get dist-upgrade
 
<fsmunoz> repeat  this last one until nothing gets installed or removed.
 
<fsmunoz> the, replace "testing" with "unstable"
 
<fsmunoz> then, apt-get update
 
<fsmunoz> apt-get dist-upgrade
 
<fsmunoz> repeat, repeat.
 
<fsmunoz> done
 
</pre>
 
==== RedHat ====
 
===== Advance Server 3.0 =====
 
===== FC 3 =====
 
  
==== Slackware ====
+
=== GNUstep Solaris 10 U2 vmware appliance ===
==== SuSE ====
 
  
=== Solaris ===
+
* [http://developers.sun.com/solaris/downloads/solaris_apps/index.jsp Download sol u2 image], you need to have a Sun site account.
==== Intel ====
+
* You can run this image in VMware server or VMware player 1.0.3.
==== Sparc ====
+
* Install Sun Studio 11 with latest patches.
 +
* Objective Compiler
 +
** compile your own
 +
** get it from [http://www.blastwave.org/ BlastWave] using pkg-get.
 +
* download all the GNUstep tar balls and follow build instruction.
  
=== Windows ===
 
==== Cygwin ====
 
==== MingW ====
 
=== SFU ===
 
Microsfot's Service For Unix.
 
  
=== Others ===
+
= OpenSolaris =
==== LiveCD for Intel ====
 
Current version is 0.9.4.2
 
  
Find the instructions to install and the CD itself [http://livecd.gnustep.org/ here]
+
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.
  
==== Linksys NSLU2 ====
+
It will have a nice name like GNUstep O.S. (OpenSolaris).
References: http://lists.gnu.org/archive/html/discuss-gnustep/2005-02/msg00124.html
+
 
 +
 
 +
= Darwin =
 +
Two issues differentiate Darwin from its FreeBSD cousin.
 +
# Darwin uses the Apple [[Objective-C runtime]], not the GNU version
 +
# Darwin uses the Apple version of GCC, not the GNU version
 +
 
 +
See [[Platform:BSD#Darwin]].
 +
 
 +
= Windows =
 +
 
 +
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 ===
 +
 
 +
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 =
 +
To keep this list as brief as possible, information about these systems can [[Platform:Other|be found here]].
 +
 
 +
 
 +
[[Category:Development]]

Latest revision as of 18:27, 22 October 2009

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.


BSD-based systems

To keep this list as brief as possible, information about these systems can be found here.


HP/UX


Linux-based systems

To keep this list as brief as possible, information about these systems can be found here.


Solaris

Take a look at the required and recommended dependencies. Most of these can be found at BlastWave (which I personally recommend) or Sun Freeware. The notable exception are ffcall/libffi, Bonjour and portaudio (as of 2008-05-23).

If you plan on compiling those from source, make sure to enable the creation of SHARED libraries. Bonjour and ffcall compile right out of the box. For portaudio to compile, you will need to grab a daily-snapshot and you need to install Open Sound System headers.

Then, if you follow the installation instructions for GNUstep, you should not run into any problems.

Intel

Intentionally left blank.

Sparc

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).


Darwin

Two issues differentiate Darwin from its FreeBSD cousin.

  1. Darwin uses the Apple Objective-C runtime, not the GNU version
  2. Darwin uses the Apple version of GCC, not the GNU version

See Platform:BSD#Darwin.

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.