Day: April 20, 2015

Compiling Lintouch in the Debian Squeezy

This procedure was performed inside a VirtualBox machine running Debian Squeezy (installed from debian-6.0.10-amd64-netinst.iso) in a 64GB virtual disk.

First step: install all development packages:

$ sudo apt-get install \
build-essential \
automake \
libtool \
texinfo \
libncurses5-dev \
libusb-dev \
libxml2-dev \
libusb-1.0-0-dev \
cmake \
gawk \
gperf \
bison \
flex \
chrpath \
git \
gitk \
subversion \
vim \
doxygen \
libcppunit-dev \
libapr1-dev \
libaprutil1-dev \
libsnmp-dev \
libqt3-mt-dev \
libqwt-dev

Clone Lintouch repository:

$ git clone https://github.com/acassis/lintouch.git

### Initial Configuration/Compilation ###

$ cd lintouch/lintouch
$ ./bootstrap
$ ./configure
$ make
$ sudo make install

Now you can just call the Lintouch editor to start developing your project:

$ lintouch-editor