Skip to content

Installing FreeTure

Chiara Marmo edited this page Oct 27, 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

NOTA BENE

FreeTure depends on the Aravis library, that is not yet distributed in official linux distributions. When configuring FreeTure you may need to specify Aravis flags by hand. This is possible using the following command:

./configure ARV_CFLAGS='-I<custom_aravis_include_dir>' ARV_LIBS='-L<custom_aravis_lib_dir> -laravis-0.4 -lm'

Windows systems

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

Clone this wiki locally