| Revision 169,
697 bytes
checked in by xi, 7 years ago
(diff) |
|
Add the basic autoconf infrastructure.
|
| Line | |
|---|
| 1 | libyaml - A C library for parsing and emitting YAML. |
|---|
| 2 | |
|---|
| 3 | The project is in an early stage of development and not usable for end users. |
|---|
| 4 | |
|---|
| 5 | To build and install the library, run: |
|---|
| 6 | $ ./bootstrap |
|---|
| 7 | $ ./configure |
|---|
| 8 | $ make |
|---|
| 9 | $ make check |
|---|
| 10 | # make install |
|---|
| 11 | |
|---|
| 12 | For more information, check the libyaml homepage: |
|---|
| 13 | 'http://pyyaml.org/wiki/LibYAML'. |
|---|
| 14 | |
|---|
| 15 | Post your questions and opinions to the YAML-Core mailing list: |
|---|
| 16 | 'http://lists.sourceforge.net/lists/listinfo/yaml-core'. |
|---|
| 17 | |
|---|
| 18 | Submit bug reports and feature requests to the libyaml bug tracker: |
|---|
| 19 | 'http://pyyaml.org/newticket?component=libyaml'. |
|---|
| 20 | |
|---|
| 21 | libyaml is written by Kirill Simonov <xi@resolvent.net>. It is released |
|---|
| 22 | under the MIT license. See the file LICENSE for more details. |
|---|
Note: See
TracBrowser
for help on using the repository browser.