Skip to content

Building for 32 bit Linux

Chris Esposito edited this page Jan 31, 2022 · 8 revisions

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 not, please email me at [email protected] and we can work together to update the wiki.

sudo apt-get update
sudo apt-get install git
sudo apt-get install qt5-default
sudo apt-get install libusb-1.0-0-dev 
cd ~
git clone https://github.com/espotek/labrador
cd ~/labrador/Desktop_Interface
qmake
make
sudo make install
labrador