updated README

This commit is contained in:
Marenz 2011-05-16 00:15:32 +02:00
parent 917ef4cff2
commit 972f076dc8
1 changed files with 9 additions and 8 deletions

17
README
View File

@ -10,8 +10,8 @@ See http://about.psyc.eu for information on PSYC in general.
The plain C API located in the include/psyc directory along with the file psyc.h
is primarily intended to be used for binding with other languages and frameworks.
Available bindings are located in include/<name> where name is the language or
framework.
Available bindings are located directly in the root folder named according to
the language or framework. Currently there exists only a binding for D
== C API ==
@ -28,11 +28,12 @@ psyc/syntax.h -- definitions and constants related to parsing and rendering
== Directory Overview ==
doc -- where the documentation will be put after generation
include -- contains all bindings and the core C API for the library
lib -- where the compiled library will be put
src -- contains the sourcecode of the library
test -- contains test sourcecodes and test input files
doc -- target folder for the documentation after generation (make doc)
include -- the core C API for the library
lib -- target folder for the compiled library (make)
src -- the sourcecode of the library
test -- test sourcecodes and test input files
d -- the D binding
== Compiling libpsyc ==
@ -65,7 +66,7 @@ into the library, contact either anyone of us directly or just join the
developement room at
psyc://psyced.org/@welcome
xmpp:*welcome@psyced.org (jabber is known to have problems sometimes)
xmpp:*welcome@psyced.org (gtalk probably won't work)
irc://psyced.org/welcome
== Licence ==