trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2012

Building tdesdk with cmake

From: Darrell Anderson <humanreadable@...>
Date: Tue, 17 Jan 2012 15:13:59 -0800 (PST)
GIT 2678

tdesdk was built with automake, but now in GIT is built with cmake. In my previous automake build script I had these two build options:

--with-apr-config=/usr/bin/apr-1-config
--with-apu-config=/usr/bin/apu-1-config

Are these build options necessary in the cmake version or are they automatically detected? I don't see anything obvious in the cmake files.

Darrell