This is an old revision of the document!
More information at requirements
./configure && make && sudo make install
sudo apt-get -y install --no-install-recommends git make automake g++ gettext libexpat1-dev
mkdir EasyRPG
cd EasyRPG
git clone https://github.com/EasyRPG/liblcf.git
cd liblcf
autoreconf -i
./configure
make
sudo make install
sudo yum -y install git automake gettext-devel expat-devel gcc-g++
mkdir EasyRPG
cd EasyRPG
git clone https://github.com/EasyRPG/liblcf.git
cd liblcf
autoreconf -i
./configure
make
sudo make install
There is an AUR package available, you can use your favourite aur helper or download and use makepkg:
$ packer -S liblcf-git
Contact with us at https://webchat.freenode.net/?channels=easyrpg
The current build system maintainer is fdelapena