1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

Merge branch 'master' of supraverse.net:libpsyc

Conflicts:
	README
This commit is contained in:
Marenz 2011-05-08 22:43:52 +02:00
commit 5ea5acca9a

45
README
View file

@ -1,13 +1,14 @@
= libpsyc Readme File = = libpsyc README file =
libpsyc implements various functions required to use psyc. libpsyc implements various functions required to use PSYC.
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 See http://about.psyc.eu/libpsyc for more information on the library.
specification See http://about.psyc.eu/Specification for more information
See http://about.psyc.eu for information on psyc in general. on the new PSYC specification.
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 The plain C API located in the include/psyc directory along with the file psyc.h
is primary intended to be used for binding with other languages and frameworks. is primarily intended to be used for binding with other languages and frameworks.
Available bindings are located in include/<name> where name is the lanugage or Available bindings are located in include/<name> where name is the lanugage or
framework. framework.
@ -15,11 +16,11 @@ framework.
== Directory Overview == == Directory Overview ==
doc - where the documentation will be put after generation doc -- where the documentation will be put after generation
include - contains all bindings and the core C API for the library include -- contains all bindings and the core C API for the library
lib - where the compiled library will be put lib -- where the compiled library will be put
src - contains the sourcecode of the library src -- contains the sourcecode of the library
test - contains test sourcecodes and test input files test -- contains test sourcecodes and test input files
== Compiling libpsyc == == Compiling libpsyc ==
@ -30,18 +31,22 @@ Type
and you are done. and you are done.
Other possible targets include: Other possible targets include:
make diet - compile with diet libc make diet -- compile with diet libc
make test - compile and run the test make test -- compile and run the test
make doc - generate the API documentation (will be put in the doc folder) make doc -- generate the API documentation (will be put in the doc folder)
make help - display the possible targets make help -- display the possible targets
== Requirements ==
libpsyc is currently known to compile under Linux and SunOS.
== Contributors And Contribution == == Contributors And Contribution ==
The library is being developed by The library is being developed by
* tg - psyc://tgbit.net/~tg * tg -- psyc://tgbit.net/~tg
* lynx - psyc://psyced.org/~lynx * lynx -- psyc://psyced.org/~lynx
* Marenz - psyc://supraverse.net/~marenz * Marenz -- psyc://supraverse.net/~marenz
If you created new bindings, patches or anything other that you think should go 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 into the library, contact either anyone of us directly or just join the
@ -53,4 +58,4 @@ developement room at
== Licence == == Licence ==
- To be discussed - -- To be discussed --