opendcp icon indicating copy to clipboard operation
opendcp copied to clipboard

Notes on building on Ubuntu 14

Open GoogleCodeExporter opened this issue 9 years ago • 0 comments

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

GoogleCodeExporter avatar Mar 13 '15 16:03 GoogleCodeExporter