-
Notifications
You must be signed in to change notification settings - Fork 32
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 [email protected]: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
src
folder. - Setup dependencies:
./configure
.
- Add
--enable-server
if building the server.
- (If you have problems building,
autoreconf --force --install
.)
- Navigate to the
src
folder. - Build:
make clean && make
. - Optionally install the program:
make install
.
This is a list of SQL statements needed in order to setup the database.