]> andersk Git - libyaml.git/blame - README
Add the basic autoconf infrastructure.
[libyaml.git] / README
CommitLineData
cec6fc98
KS
1libyaml - A C library for parsing and emitting YAML.
2
3The project is in an early stage of development and not usable for end users.
4
5To build and install the library, run:
6$ ./bootstrap
7$ ./configure
8$ make
9$ make check
10# make install
11
12For more information, check the libyaml homepage:
13'http://pyyaml.org/wiki/LibYAML'.
14
15Post your questions and opinions to the YAML-Core mailing list:
16'http://lists.sourceforge.net/lists/listinfo/yaml-core'.
17
18Submit bug reports and feature requests to the libyaml bug tracker:
19'http://pyyaml.org/newticket?component=libyaml'.
20
21libyaml is written by Kirill Simonov <xi@resolvent.net>. It is released
22under the MIT license. See the file LICENSE for more details.
This page took 0.09381 seconds and 5 git commands to generate.