gtsam/debian
Jose Luis Blanco Claraco 2622acb7a7
remove useless file
2020-04-28 08:32:31 +02:00
..
source
README.md
changelog
compat
control
copyright
gtsam-docs.docs
rules Fix running unit tests in Debian builds 2020-04-28 08:32:31 +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.