7 Building for 32 bit Linux
Chris Esposito edited this page 2022-12-19 13:10:16 +11:00

Please note that a 32-bit Linux binary is not build automatically by the server, but the following set of commands should get you a working version of Labrador on Ubuntu and variants (Lubuntu, Xubuntu, Kubuntu etc.)

If you're having any issues, please email me at admin@espotek.com and we can work together to update the wiki.

sudo apt-get update
sudo apt-get install git
sudo apt-get install qtbase5-dev
sudo apt-get install qtchooser
sudo apt-get install qt5-qmake
sudo apt-get install qtbase5-dev-tools
sudo apt-get install libusb-1.0-0-dev 
sudo apt-get install build-essential 
sudo apt-get install pkg-config
sudo apt-get install libfftw3-dev
cd ~
git clone https://github.com/EspoTek/Labrador
cd ~/labrador/Desktop_Interface
qmake
make
sudo make install
labrador