-
Notifications
You must be signed in to change notification settings - Fork 23
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
-
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
- 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.
Smile! You are on FreeTure wiki!