LCF2XML
=======

LCF2XML is a small tool to convert RPG Maker 2000 and 2003 data to XML
and vice-versa.

LCF2XML is part of the EasyRPG Project. More information is available
at the project website:

  https://easy-rpg.org/


Documentation
-------------

Documentation is available at the documentation wiki:

  https://easy-rpg.org/wiki/


Requirements
------------

liblcf https://github.com/EasyRPG/liblcf


Daily builds
------------

Up to date binaries for assorted platforms are available at:

  https://easy-rpg.org/jenkins/


Source code
-----------

LCF2XML development is hosted by GitHub.
Project files are available in Git repositories.

  https://github.com/EasyRPG/LCF2XML


Building
--------

* GNU C++ compiler:

  If you have installed liblcf, you can use pkg-config to figure out
  the needed flags and paths. Compile with:

  g++ src/main.cpp `pkg-config --cflags --libs liblcf` -o lcf2xml


* Visual Studio method:

  Read the lib/README file then open the .sln file in builds/ folder.


License
-------

LCF2XML is free software. See the file COPYING for copying conditions.
