public
Description: A newfound treasure; a lightweight Foundation library for Linux.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nufound.git
Updated installation instructions and other notes in README.
timburks (author)
Thu Mar 13 13:52:45 -0700 2008
commit  9501b58c16eabebd9b671736c3dea9469fa2dcc2
tree    e64addff5b164565cd642b10ca39d9f14c73842a
parent  e5a1f80c72c0660a24f408ea69caccbbfc3e44c0
0
...
21
22
23
 
 
24
25
26
...
33
34
35
 
 
 
 
 
36
 
37
 
 
 
 
38
39
40
...
21
22
23
24
25
26
27
28
...
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
0
@@ -21,6 +21,8 @@ open source license.
0
 
0
 5. NuFound will continue to be enhanced until it satisfies all requirements.
0
 
0
+But in its current state, NuFound supports a fully-functional build of Nu.
0
+
0
 
0
 LICENSE
0
 
0
@@ -33,8 +35,18 @@ INSTALLATION
0
 ./configure
0
 make
0
 sudo make install
0
+sudo cp -r Foundation /usr/local/include
0
+
0
+(Sorry about that last step; if someone would help me get it into the autotools
0
+Makefiles I would greatly appreciate it!)
0
+
0
 
0
+ACKNOWLEDGEMENTS
0
 
0
+Many (many many!) thanks to Mircea Oancea, Ovidiu Predescu, and Helge Hess
0
+for sharing their work on libFoundation.
0
+
0
+
0
 APPENDIX: Autoconf/Automake notes
0
 
0
 To regenerate the build files with autoconf/automake,

Comments

    No one has commented yet.