diff --git a/README b/README index e8b71d5..26b9b6b 100644 --- a/README +++ b/README @@ -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/ 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 ==