| Revision 375,
839 bytes
checked in by xi, 2 years ago
(diff) |
|
Tagged LibYAML 0.1.4
|
| Line | |
|---|
| 1 | LibYAML - A C library for parsing and emitting YAML. |
|---|
| 2 | |
|---|
| 3 | To build and install the library, run: |
|---|
| 4 | $ ./configure |
|---|
| 5 | $ make |
|---|
| 6 | # make install |
|---|
| 7 | |
|---|
| 8 | If you checked the source code from the Subversion repository, run |
|---|
| 9 | $ ./bootstrap |
|---|
| 10 | $ ./configure |
|---|
| 11 | $ make |
|---|
| 12 | # make install |
|---|
| 13 | |
|---|
| 14 | For more information, check the LibYAML homepage: |
|---|
| 15 | 'http://pyyaml.org/wiki/LibYAML'. |
|---|
| 16 | |
|---|
| 17 | Post your questions and opinions to the YAML-Core mailing list: |
|---|
| 18 | 'http://lists.sourceforge.net/lists/listinfo/yaml-core'. |
|---|
| 19 | |
|---|
| 20 | Submit bug reports and feature requests to the LibYAML bug tracker: |
|---|
| 21 | 'http://pyyaml.org/newticket?component=libyaml'. |
|---|
| 22 | |
|---|
| 23 | LibYAML is written by Kirill Simonov <xi@resolvent.net>. It is released |
|---|
| 24 | under the MIT license. See the file LICENSE for more details. |
|---|
| 25 | |
|---|
| 26 | This project is developed for Python Software Foundation as a part of |
|---|
| 27 | Google Summer of Code under the mentorship of Clark Evans. |
|---|
Note: See
TracBrowser
for help on using the repository browser.