User Tools

Site Tools


rc:sw:pc:apm_planner

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rc:sw:pc:apm_planner [2015/11/05 12:48] redoxrc:sw:pc:apm_planner [2023/11/24 21:55] (current) – external edit 127.0.0.1
Line 5: Line 5:
     sudo aptitude install libsdl1.2-dev  libsndfile-dev flite1-dev libssl-dev libudev-dev libsdl2-dev qt5-qmake qt5-default qtscript5-dev libqt5webkit5-dev libqt5serialport5-dev libqt5svg5-dev qtdeclarative5-qtquick2-plugin     sudo aptitude install libsdl1.2-dev  libsndfile-dev flite1-dev libssl-dev libudev-dev libsdl2-dev qt5-qmake qt5-default qtscript5-dev libqt5webkit5-dev libqt5serialport5-dev libqt5svg5-dev qtdeclarative5-qtquick2-plugin
  
-# Get the source and build+## Get the source
  
 * `git clone https://github.com/diydrones/apm_planner` * `git clone https://github.com/diydrones/apm_planner`
 * `cd apm_planner/` * `cd apm_planner/`
 +
 +### Build
 +
 * `mkdir build/` * `mkdir build/`
 * ̀`cd build/` * ̀`cd build/`
 * `QT_SELECT=5 qmake ../qgroundcontrol.pro` * `QT_SELECT=5 qmake ../qgroundcontrol.pro`
 * `make` * `make`
 +
 +### Build and Package
 +
 +* `debuild -us -uc -d`
 +
 +Note: this requires some tools
 +
 +    sudo aptitude install devscripts lintian
 +
  
 ## Links ## Links
  
 * https://github.com/diydrones/apm_planner * https://github.com/diydrones/apm_planner
/home/share/www/redox.ws/wiki/data/pages/rc/sw/pc/apm_planner.txt · Last modified: 2023/11/24 21:55 by 127.0.0.1