opendcp
opendcp copied to clipboard
Notes on building on Ubuntu 14
I didn't see this in the COMPILE.txt doc, so here are the steps to build the
main branch on Ubuntu:
$ sudo apt-get install qt-sdk libssl-dev libxml2-dev libxslt-dev libexpat-dev
libtiff-dev libxmlsec1-dev
$ cmake -DXMLSEC1_INCLUDE_DIR=/usr/include/xmlsec
$ make
I had to explicitly pass in xmlsec include directory for some reason. And, even
if I disabled xmlsec, cmake still demanded this include directory.
Interface looks nice!
Original issue reported on code.google.com by [email protected]
on 27 Jan 2015 at 7:44