Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Build on Ubuntu

eyeyunianto edited this page Mar 3, 2014 · 1 revision

How To Install IGNSDK On Ubuntu 12.04

Add repostory and install dependency

sudo apt-add-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get install qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev git-core

Clone Source IGNSDK from github and BUILD

git clone https://github.com/anak10thn/ignsdk-qt.git
cd ignsdk-qt
qmake
make

Install Tool by copy binary file

$sudo cp ../ignsdk-qt /usr/share/ign-sdk
$sudo cp ignsdk /bin
$sudo cp bin/* /bin
$sudo echo debian >/etc/ignsdk-dist
Clone this wiki locally