mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 17:51:01 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3846 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
.. | ||
.cvsignore | ||
announce.tmpl.texi | ||
base-desc.texi | ||
coding-standards.tmpl.texi | ||
GNUmakefile | ||
gnustep-base.tmpl.texi | ||
gnustep-zones.tmpl.texi | ||
install.tmpl.texi | ||
Makefile.postamble | ||
manual.tmpl.texi | ||
news.tmpl.texi | ||
objective-c.texi | ||
readme.tmpl.texi | ||
status.tmpl.texi | ||
todo.tmpl.texi |
@chapter Readme @c set the vars GNUSTEP-BASE-VERSION and GCC-VERSION @include version.tmpl.texi @include base-desc.texi Here is some introductory info to get you started: @section Initial reading The file @samp{NEWS} has the library's feature history. The file @samp{GNUstep-HOWTO} give instructions for installing the library. @section Preparing to write code The documentation isn't much to speak of so far. Better documentation will be forthcoming, but the library needs to settle first. For now I recommend reading the header files. The headers for the classes are in @file{./src/include}. @section How can you help? @itemize @bullet @item Give us feedback! Tell us what you like; tell us what you think could be better. Send bug reports to @email{bug-gnustep@@gnu.org}. @item Donate classes. If you write classes that fit in the libgnustep-base framework, I'd be happy to include them. @end itemize @example Happy hacking! @end example