Startup
From GNUstepWiki
| Revision as of 14:13, 13 May 2010 Fedor (Talk | contribs) Update release ← Previous diff |
Current revision Fedor (Talk | contribs) Update description, remove version numbers |
||
| Line 1: | Line 1: | ||
| '''GNUstep Startup''' is a compilation of the GNUstep core packages together with the required library ffcall and a script to build and install all packages on Unixlike platforms in the correct order. | '''GNUstep Startup''' is a compilation of the GNUstep core packages together with the required library ffcall and a script to build and install all packages on Unixlike platforms in the correct order. | ||
| - | <h4>Current Version: [http://ftpmain.gnustep.org/pub/gnustep/core/gnustep-startup-0.25.0.tar.gz gnustep-startup 0.25.0]</h4> | + | GNUstep Startup is a compilation the GNUstep core packages: gnustep-make, gnustep-base, gnustep-gui, and gnustep-back. The main advantage of Startup is that it includes a script to automatically build and install the core GNUstep system. After installing GNUstep Startup, you will have a complete system for compiling and running GNUstep applications. You will, of course, need to compile and install applications (such as GWorkspace) to actually use GNUstep in a runtime system. For a complete developement system, you would also need to install the Gorm and ProjectCenter applications. The individual packages are: |
| - | Contains the packages: | + | * GNUstep [[make]] |
| - | * GNUstep [[make]] 2.4.0 | + | * GNUstep [[base]] |
| - | * GNUstep [[base]] 1.21.0 | + | * GNUstep [[gui]] |
| - | * GNUstep [[gui]] 0.19.0 | + | * GNUstep [[back]] |
| - | * GNUstep [[back]] 0.19.0 | + | * libffi |
| + | * libobjc | ||
| <h3>Related Links</h3> | <h3>Related Links</h3> | ||
Current revision
GNUstep Startup is a compilation of the GNUstep core packages together with the required library ffcall and a script to build and install all packages on Unixlike platforms in the correct order.
GNUstep Startup is a compilation the GNUstep core packages: gnustep-make, gnustep-base, gnustep-gui, and gnustep-back. The main advantage of Startup is that it includes a script to automatically build and install the core GNUstep system. After installing GNUstep Startup, you will have a complete system for compiling and running GNUstep applications. You will, of course, need to compile and install applications (such as GWorkspace) to actually use GNUstep in a runtime system. For a complete developement system, you would also need to install the Gorm and ProjectCenter applications. The individual packages are:
