Difference between revisions of "Platform:Linux"
(marked as stub, updated slackware x86) |
Stefanbidi (talk | contribs) (Updated Debian section to note packages are outdated! Also Debian 3.0 is no longer stable but oldstable.) |
||
Line 3: | Line 3: | ||
= Debian = | = Debian = | ||
− | Since Debian "Sarge" you can just say | + | ''Packages in Debian repositories are currently extremely outdated, please consider building from source for a better experience.'' |
+ | |||
+ | Since Debian "Sarge" (3.1) you can just say | ||
apt-get install x-window-system-core wmaker gnustep gnustep-devel gnustep-games | apt-get install x-window-system-core wmaker gnustep gnustep-devel gnustep-games | ||
Line 9: | Line 11: | ||
to get GNUstep, X11 and Window Maker installed. | to get GNUstep, X11 and Window Maker installed. | ||
− | But what happen if you are on Debian | + | But what happen if you are on Debian oldstable (3.0) release ? |
Here is an answer from gnustep irc channel: | Here is an answer from gnustep irc channel: | ||
− | |||
<fsmunoz> change every occurence of "stable" for "testing" | <fsmunoz> change every occurence of "stable" for "testing" | ||
<fsmunoz> remove the security.debian.org line | <fsmunoz> remove the security.debian.org line | ||
Line 23: | Line 24: | ||
<fsmunoz> repeat, repeat. | <fsmunoz> repeat, repeat. | ||
<fsmunoz> done | <fsmunoz> done | ||
− | |||
The above was a general guide to upgrade from Debian stable to unstable, not exactly the best way to install GNUstep packages. If one doesn't want to upgrade it is possible to simply add the unstable apt lines to the sources.list and specify the distribution when installing the packages, e.g. | The above was a general guide to upgrade from Debian stable to unstable, not exactly the best way to install GNUstep packages. If one doesn't want to upgrade it is possible to simply add the unstable apt lines to the sources.list and specify the distribution when installing the packages, e.g. | ||
− | + | # apt-get install -t unstable gnumail.app | |
− | # apt-get install -t unstable gnumail.app | ||
− | |||
This will probably upgrade some other packages to satisfy dependencies, but will have a much small impact on the system since only the packages on which GNUstep depends will be upgraded. | This will probably upgrade some other packages to satisfy dependencies, but will have a much small impact on the system since only the packages on which GNUstep depends will be upgraded. | ||
Yet another way is to add tarzeau's repository (powerpc and source); he packages a huge ammount of GNUstep packages. Just add this to your sources.list: | Yet another way is to add tarzeau's repository (powerpc and source); he packages a huge ammount of GNUstep packages. Just add this to your sources.list: | ||
− | + | deb http://www.linuks.mine.nu/debian/ ./ | |
− | deb http://www.linuks.mine.nu/debian/ ./ | + | deb-src http://www.linuks.mine.nu/debian/ ./ |
− | deb-src http://www.linuks.mine.nu/debian/ ./ | ||
− | |||
This repository contains packages made in unstable, so it's possible that the dependencies only are satisfied in unstable systems. | This repository contains packages made in unstable, so it's possible that the dependencies only are satisfied in unstable systems. | ||
Line 48: | Line 44: | ||
* 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. | ||
− | ===== | + | ===== Fedora Core ===== |
''To be provided.'' | ''To be provided.'' | ||
Revision as of 16:41, 8 September 2006
This article or section is a stub (i.e., in need of additional material). You can help us by expanding it |
---|
Debian
Packages in Debian repositories are currently extremely outdated, please consider building from source for a better experience.
Since Debian "Sarge" (3.1) you can just say
apt-get install x-window-system-core wmaker gnustep gnustep-devel gnustep-games
to get GNUstep, X11 and Window Maker installed.
But what happen if you are on Debian oldstable (3.0) release ?
Here is an answer from gnustep irc channel:
<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
The above was a general guide to upgrade from Debian stable to unstable, not exactly the best way to install GNUstep packages. If one doesn't want to upgrade it is possible to simply add the unstable apt lines to the sources.list and specify the distribution when installing the packages, e.g.
# apt-get install -t unstable gnumail.app
This will probably upgrade some other packages to satisfy dependencies, but will have a much small impact on the system since only the packages on which GNUstep depends will be upgraded.
Yet another way is to add tarzeau's repository (powerpc and source); he packages a huge ammount of GNUstep packages. Just add this to your sources.list:
deb http://www.linuks.mine.nu/debian/ ./ deb-src http://www.linuks.mine.nu/debian/ ./
This repository contains packages made in unstable, so it's possible that the dependencies only are satisfied in unstable systems.
RedHat
To be provided.
Advance Server 3.0
- 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.
Fedora Core
To be provided.
Slackware
Intel
Version 10.2
Libraries and accompanying applications will build with no modifications. Slackware 10.2 ships with GCC 3.3.6, so mixed Objective-C and C++ code is not supported, meaning additional frameworks/libraries may not be supported.
SuSE
To be provided.