1 Readme for development snapshot 2013-04-23
3 This is a development snapshot. As such, there may be problems due to
6 This snapshot splits the code into sections "lib", "apps", "main".
8 "main" is a simple main program "gnucap" that dynamically links to
11 "lib" is the core library "libgnucap.so", required for all programs in
12 the gnucap collection. This library can also be used with different
13 front-ends, possibly in other languages.
15 "apps" is a set of plugins that are loaded by default. It builds
16 "libgnucap-default-plugins.so". The ".cc" files here are mostly
17 independent of each other. To add or remove one of them from the
18 build, just edit "Make1" and recompile. Alternatively, any of them
19 can be extracted and built separately.
21 "modelgen" is the old model compiler, which now links to libgnucap.so.
23 Installation (still "make install") installs the parts as expected.
24 It also installs the header files in $PREFIX/include/gnucap, to build
27 Although it does not use autoconf, the configure/make procedure is the
28 same as it would be with autoconf.
30 Model plugin tarballs have not been updated yet, but have been
31 repackaged for date consistency.
33 This snapshot lifts the biggest block that has been getting in the way