-
Notifications
You must be signed in to change notification settings - Fork 37
Compiling on Linux
Børge Nordli edited this page Oct 26, 2021
·
4 revisions
- Download the source code or clone the git repository to a folder on your computer (
git clone git@github.com:bnordli/rftg.git). - Install prerequisites, for example using
apt-get
-
sudo apt-get install gtk+2.0. -
sudo apt-get install libmysqlclient-dev(only required if building the server).
- Navigate to the
srcfolder. - Setup dependencies:
./configure.
- Add
--enable-serverif building the server.
- (If you have problems building,
autoreconf --force --install.)
- Navigate to the
srcfolder. - Build:
make clean && make. - Optionally install the program:
make install.
This is a list of SQL statements needed in order to setup the database.