summaryrefslogtreecommitdiff
path: root/simclist-1.5/README
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-08-09 08:35:03 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-08-09 08:35:03 +0200
commit432f24319319fe040e142059eb83279c53f90ab8 (patch)
tree5631eb0eb3a46d086070e8398d9080ff681133ac /simclist-1.5/README
parent5d34aff5888d3f0c624251f15bedb96c347978d6 (diff)
refactor 2
Diffstat (limited to 'simclist-1.5/README')
-rw-r--r--simclist-1.5/README34
1 files changed, 0 insertions, 34 deletions
diff --git a/simclist-1.5/README b/simclist-1.5/README
deleted file mode 100644
index e1d9ec2..0000000
--- a/simclist-1.5/README
+++ /dev/null
@@ -1,34 +0,0 @@
-version: 1.5
-website: http://mij.oltrelinux.com/devel/simclist/
-contact: mij <mij@bitchx.it>
-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
-