mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16873 72102866-910b-0410-8b05-ffd578937521
33 lines
690 B
Text
33 lines
690 B
Text
Required software
|
|
-----------------
|
|
|
|
You need to have the GNUstep core libraries installed in order to
|
|
compile and use Gorm. The core packages are, at a minimum:
|
|
|
|
* gnustep-make
|
|
|
|
* gnustep-base
|
|
|
|
* gnustep-gui
|
|
|
|
* gnustep-back
|
|
|
|
See <http://www.gnustep.org/> for further information.
|
|
|
|
Build and Install
|
|
-----------------
|
|
You need
|
|
|
|
To build Gorm, you need to install GormLib first.
|
|
|
|
cd GormLib; make; su -c "make install; cd -
|
|
|
|
To install Gorm itself :
|
|
type 'make'. To install, type 'make install'
|
|
|
|
Trouble
|
|
-------
|
|
|
|
Give us feedback! Tell us what you like; tell us what you think
|
|
could be better. Send bug reports and patches to <bug-gnustep@gnu.org>.
|
|
|