File: README

package info (click to toggle)
clearsilver 0.10.5-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,304 kB
  • sloc: ansic: 24,586; python: 4,233; sh: 2,502; cs: 1,429; ruby: 819; java: 735; makefile: 589; perl: 120; lisp: 34; sql: 21
file content (11 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11

08-18-2003 blong

This directory builds a "dynamic shared object" or dso.  In theory, you
could use this for various things, but in reality this is for the
Mono/CSharp module, which requires a shared library loadable by the C#
run time.

Building this dso is very system specific, and this is currently very
Linux specific at the moment.  Patches to build this on other platforms
are appreciated.