public
Description: A newfound treasure; a lightweight Foundation library for Linux.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nufound.git
Markus Hardt (author)
Tue Apr 08 22:58:53 -0700 2008
commit  b31444bb4f5d5fe9a7f3882ce479e6a3ed810a3e
tree    dc1287fd4b60e47b77c169754e4d234895d8b1c3
parent  9501b58c16eabebd9b671736c3dea9469fa2dcc2
README
This is NuFound, a revision of the libFoundation library for use with Nu.


ABOUT

Forked mainly for expedience, NuFound contains a few bug fixes and 
enhancements that make NuFound look more like the Apple Foundation classes.
But there are many missing features, so in the future, one or more of
the following may happen, in no particular order of preference:

1. the GNUstep base library will be updated for use with Nu instead of NuFound.

2. the Cocotron project will be updated so that it can be built and used
with the "stock" GCC and libobjc on Linux.

3. NuFound will remerge into a revived libFoundation project.

4. a mature corporate Foundation library will be released under an acceptable
open source license.

5. NuFound will continue to be enhanced until it satisfies all requirements.

But in its current state, NuFound supports a fully-functional build of Nu.


LICENSE

NuFound is released under the Apache Public License, v. 2.0.
libFoundation is available under a more liberal original license.


INSTALLATION

./configure
make
sudo make install
sudo cp -r Foundation /usr/local/include

(Sorry about that last step; if someone would help me get it into the autotools 
Makefiles I would greatly appreciate it!)


ACKNOWLEDGEMENTS

Many (many many!) thanks to  Mircea Oancea, Ovidiu Predescu, and Helge Hess
for sharing their work on libFoundation.
  
  
APPENDIX: Autoconf/Automake notes

To regenerate the build files with autoconf/automake,
run the following command:

% autoreconf --install

The two primary source files are 
  configure.ac
  Makefile.am

To clean up, use:

% make distclean