rc:sw:pc:apm_planner
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| rc:sw:pc:apm_planner [2015/11/05 12:43] – created redox | rc:sw:pc:apm_planner [2023/11/24 21:55] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| # APM Planner | # APM Planner | ||
| + | |||
| + | ## Deps | ||
| + | |||
| + | sudo aptitude install libsdl1.2-dev | ||
| + | |||
| + | ## Get the source | ||
| + | |||
| + | * `git clone https:// | ||
| + | * `cd apm_planner/ | ||
| + | |||
| + | ### Build | ||
| + | |||
| + | * `mkdir build/` | ||
| + | * ̀`cd build/` | ||
| + | * `QT_SELECT=5 qmake ../ | ||
| + | * `make` | ||
| + | |||
| + | ### Build and Package | ||
| + | |||
| + | * `debuild -us -uc -d` | ||
| + | |||
| + | Note: this requires some tools | ||
| + | |||
| + | sudo aptitude install devscripts lintian | ||
| + | |||
| + | |||
| + | ## Links | ||
| + | |||
| + | * https:// | ||
/home/share/www/redox.ws/wiki/data/attic/rc/sw/pc/apm_planner.1446727420.txt.gz · Last modified: 2023/11/24 21:55 (external edit)