Giter Club home page Giter Club logo

liblcf's Introduction

liblcf

liblcf is a library to handle RPG Maker 2000 and 2003 game data. It can read and write LCF and XML files.

liblcf is part of the EasyRPG Project. More information is available at the project website: https://easyrpg.org/

Documentation

Documentation is available at the documentation wiki: https://wiki.easyrpg.org

Requirements

  • Expat for XML reading support.
  • ICU for character encoding detection and conversion (recommended).

Source code

liblcf development is hosted by GitHub, project files are available in this git repository:

https://github.com/EasyRPG/liblcf

Released versions are also available at our Download Archive:

https://easyrpg.org/downloads/

Building

Autotools Makefile method:

Building requirements:

  • pkg-config
  • GNU make

Step-by-step instructions:

tar xf liblcf-0.8.tar.xz   # unpack the tarball
cd liblcf-0.8              # enter in the package directory
./configure --prefix /usr  # find libraries, set options
make                       # compile the library
sudo make install          # install system-wide

Additional building requirements when using the source tree (git):

  • autoconf >= 2.69
  • automake >= 1.11.4
  • libtool

To generate the "configure" script, run before following the above section:

autoreconf -i

Read more detailed instructions at:

https://wiki.easyrpg.org/development/compiling/liblcf/autotools

CMake method:

Building requirements:

  • pkg-config (Not on Windows)
  • CMake >= 3.10

Step-by-step instructions:

tar xf liblcf-0.8.tar.xz              # unpack the tarball
cd liblcf-0.8                         # enter in the package directory
cmake . -DCMAKE_BUILD_TYPE=Release    # configure project
cmake --build .                       # compile the library
sudo cmake --build . --target install # install system-wide

Read more detailed instructions at:

https://wiki.easyrpg.org/development/compiling/liblcf/cmake

CMake is the only supported way to build liblcf for Windows. All dependencies must be installed with vcpkg.

Tools

LCF2XML

LCF2XML is a small tool to convert RPG Maker 2000 and 2003 data format (LMU, LMT, LDB, LSD, ...) to XML and vice-versa.

Bug reporting

Available options:

License

liblcf is Free/Libre Open Source Software, released under the MIT License. See the file COPYING for copying conditions.

3rd party software

liblcf includes code of the following 3rd party software:

See the source code comment headers for license details.

liblcf's People

Contributors

fdelapena avatar fmatthew5876 avatar ghabry avatar carstene1ns avatar glynnc avatar take-cheeze avatar zegeri avatar vgvgf avatar christianbreitwieser avatar bszili avatar rohkea avatar smivan avatar marianognu avatar falc avatar albeleon avatar ccawley2011 avatar chrisoelmueller avatar primekick avatar akien-mga avatar kakurasan avatar scurest avatar seokjin1013 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.