mirror of
http://172.16.200.102/MOISE/Timed-Altarica-To-Fiacre-Translator.git
synced 2026-03-14 03:47:42 +01:00
Initial commit.
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# What are the prerequisites to build altarica_epoch?
|
||||
On Linux Ubuntu 16.04.1 LTS, the following packages are required to build altarica_epoch: build-essential, flex, bison, cmake, gcc/g++/gfortran 5.4.0, libsuitesparse-dev, libxml-dev, libglib2.0-dev, libsigc++-2.0-dev, libglibmm-2.4-dev, libxml++2.6-dev and pkg-config.
|
||||
|
||||
sudo apt install build-essential flex bison cmake gcc-5 g++-5 gfortran-5 libsuitesparse-dev libxml-dev libglib2.0-dev libsigc++-2.0-dev libglibmm-2.4-dev libxml++2.6-dev pkg-config
|
||||
|
||||
# How to build altarica_epoch?
|
||||
altarica_epoch uses CMake build system. It can be built with the following commands:
|
||||
|
||||
cd altarica_epoch
|
||||
cmake ./CMakeList.txt
|
||||
make
|
||||
|
||||
# How to launch altarica_epoch?
|
||||
You can get the inline help with:
|
||||
|
||||
src/console/epochnogui --help
|
||||
|
||||
Reference in New Issue
Block a user