libpsyc/README

62 lines
1.8 KiB
Plaintext
Raw Normal View History

2011-05-08 20:20:01 +00:00
= libpsyc Readme File =
libpsyc implements various functions required to use psyc.
2011-05-08 20:31:54 +00:00
See http://about.psyc.eu/libpsyc for more information on the library.
See http://about.psyc.eu/Specification for more information
on the new PSYC specification.
See http://about.psyc.eu for information on PSYC in general.
2011-05-08 20:20:01 +00:00
The plain C API located in the include/psyc directory along with the file psyc.h
2011-05-08 20:31:54 +00:00
is primarily intended to be used for binding with other languages and frameworks.
2011-05-08 20:20:01 +00:00
Available bindings are located in include/<name> where name is the lanugage or
framework.
== Directory Overview ==
2011-05-08 20:31:54 +00:00
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
2011-05-08 20:20:01 +00:00
== Compiling libpsyc ==
Type
make
and you are done.
Other possible targets include:
2011-05-08 20:31:54 +00:00
make diet -- compile with diet libc
make test -- compile and run the test
make doc -- generate the API documentation (will be put in the doc folder)
make help -- display the possible targets
== Requirements ==
libpsyc is currently known to compile under Linux and SunOS.
2011-05-08 20:20:01 +00:00
== Contributors And Contribution ==
The library is being developed by
2011-05-08 20:31:54 +00:00
* tg -- psyc://psyced.org/~tg
* lynx -- psyc://psyced.org/~lynx
* Marenz -- psyc://supraverse.net/~marenz
2011-05-08 20:20:01 +00:00
If you created new bindings, patches or anything other that you think should go
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)
irc://psyced.org/welcome
== Licence ==
2011-05-08 20:31:54 +00:00
-- To be discussed --