apps-gorm/Documentation/install.texi
Gregory John Casamento dc86bbbd18 Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16776 72102866-910b-0410-8b05-ffd578937521
2003-05-23 02:25:34 +00:00

37 lines
876 B
Text

@c -*-texinfo-*-
@ifset TEXT-ONLY
@include version.texi
@end ifset
@subsection 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:
@itemize @bullet
@item gnustep-make
@item gnustep-base
@item gnustep-gui
@item gnustep-back
@end itemize
See @url{http://www.gnustep.org/} for further information.
@subsection Build and Install
To build Gorm, you must first install GormLib. GormLib is a subproject of
Gorm. Once GormLib is built, install it and then build Gorm. Steps to build:
@itemize
@item cd GormLib
@item make && make install
@item cd .. (to the Gorm directory)
@item make && make install
@end itemize
@subsection Trouble
Give us feedback! Tell us what you like; tell us what you think
could be better. Send bug reports and patches to @email{bug-gnustep@@gnu.org}.