From 853bbb3752a5fa2f58ef456ffb6e3a552e13cb11 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 3 Aug 2025 19:22:36 +0200 Subject: initial commit --- simclist-1.5/README | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 simclist-1.5/README (limited to 'simclist-1.5/README') diff --git a/simclist-1.5/README b/simclist-1.5/README new file mode 100644 index 0000000..e1d9ec2 --- /dev/null +++ b/simclist-1.5/README @@ -0,0 +1,34 @@ +version: 1.5 +website: http://mij.oltrelinux.com/devel/simclist/ +contact: mij +license: BSD revised (see http://www.opensource.org/licenses/bsd-license.php) + + +>> USE / INSTALL + +Because of its BSD license, if you use simclist you can simply embed its whole +source code into your application. +Otherwise, simclist can be installed as a shared library. For installing +SimCList as a shared library: + +1. enter the package root directory +2. let cmake (http://cmake.org) produce the Makefile you need (mind the trailing dot) + $ cmake . +3. compile + $ make + + +>> CONTENT + +- simclist.{c,h} library sources +- examples/* examples on using the API +- perftest/* sources for performance tests + + +>> API DOCUMENTATION + +Use doxygen to build SimCList's doc. A Doxyfile configuration for doxygen is +already available in the package. +This will build HTML documentation, in the English language, in doc/: + $ doxygen + -- cgit v1.2.3-70-g09d2