gtsam/debian
Jose Luis Blanco-Claraco 3135cd6623
Fix broken dependencies in Debian packages
2019-11-11 08:34:52 +01:00
..
source add Debian scripts 2019-07-11 00:53:18 +02:00
README.md add Debian scripts 2019-07-11 00:53:18 +02:00
changelog add Debian scripts 2019-07-11 00:53:18 +02:00
compat add Debian scripts 2019-07-11 00:53:18 +02:00
control Fix broken dependencies in Debian packages 2019-11-11 08:34:52 +01:00
copyright add Debian scripts 2019-07-11 00:53:18 +02:00
gtsam-docs.docs add Debian scripts 2019-07-11 00:53:18 +02:00
rules Ubuntu PPA packages: use GTSAM_BUILD_WITH_MARCH_NATIVE=OFF 2019-10-07 11:54:28 +02:00

README.md

How to build a GTSAM debian package

To use the debuild command, install the devscripts package

sudo apt install devscripts

Change into the gtsam directory, then run:

debuild -us -uc -j4

Adjust the -j4 depending on how many CPUs you want to build on in parallel.