-
Notifications
You must be signed in to change notification settings - Fork 23
Installing FreeTure
Downloading FreeTure
The FreeTure
source code is available from github
Linux systems
Before starting installation take a look on FreeTure dependencies.
- From sources
-
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.
-
Extract files from the archive :
tar-xzvf freeture-X.X.tar.gz
-
cd freeture
-
sh bootstrap.sh
-
./configure
-
make
-
if you have sudo privileges
sudo make install
-
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
Execute freeture-X.X.exe
Check the above option to easily use freeture in windows console.
Smile! You are on FreeTure wiki!