Difference between revisions of "Installation Instructions"

From GNUstepWiki
Jump to navigation Jump to search
(Remove startup)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
It is often reported that users find GNUstep difficult to install. This may be a result of lacking information.
 
It is often reported that users find GNUstep difficult to install. This may be a result of lacking information.
 
== Generic installation instructions ==
 
To install a standard configuration you need only 3 steps:
 
# Download the package "GNUstep Startup" (i. e. gnustep-startup-0.18.2.tar.bz) from the download page (http://wwwmain.gnustep.org/resources/downloads.php). Unpack it into a directory of your choice.
 
# cd into that directory. To build and install, type: <tt>sudo ./compile-all</tt>
 
# add the following line to your ~/.bashrc: <tt>. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh</tt>
 
 
This is all.
 
 
GNUstep Applications and additional libs can be installed via <tt>sudo make install</tt>.
 
  
 
== Platform specific installation information ==
 
== Platform specific installation information ==

Revision as of 03:50, 25 April 2017

It is often reported that users find GNUstep difficult to install. This may be a result of lacking information.

Platform specific installation information

For information on how to install Dependencies or even GNUstep itself with your native packaging system, or about installation on exotic systems (like Windows), see Platform compatibility!

Links