-
Notifications
You must be signed in to change notification settings - Fork 119
Building for 32 bit Linux
Chris Esposito edited this page Feb 9, 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 you're having any issues getting it to work, 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
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