-
Notifications
You must be signed in to change notification settings - Fork 119
Building for 32 bit Linux
Chris Esposito edited this page Aug 21, 2024
·
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, 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