Skip to content

Installing FreeTure

cmarmo edited this page Mar 31, 2015 · 18 revisions

Downloading FreeTure

The FreeTure source code is available from github

Linux systems

Before starting installation take a look on FreeTure dependencies.

  • From sources
  1. Get freeture-X.X.tar.gz from the Release section, then go to step 2, or directly cloning the development version then go to step 3.

  2. Extract files from the archive : tar-xzvf freeture-X.X.tar.gz

  3. cd freeture

  4. sh bootstrap.sh

  5. ./configure

  6. make

  7. if you have sudo privileges sudo make install

  8. or just run freeture from src/ : ./freeture

  • From debian package

sudo dpkg -i freeture-X.X-X_amd64.deb

Windows systems

Windows package is not yet available. Please refer to instructions for developers under Windows.

Clone this wiki locally