On 01/21/2011 12:42 PM, Serghei Amelian wrote:
mkdir /tmp/dependencies/tqtinterface.build cd /tmp/dependencies/tqtinterface.build cmake /tmp/dependencies/tqtinterface -DCMAKE_INSTALL_PREFIX=/usr -DWITH_QT3=ON
Notes:
- You need to patch Qt3:
http://trinity.pearsoncomputing.net/wiki/bin/view/Developers/Qt3
- I recommend you to use out-of-source mode building, as in my previous
example.
Serghei,
Thank you! I'll will follow your example and learn a bit more about the tricks for out-of-source building. What I've been trying to do is just keep the pristine sources in my ./arch/pkg/trinity dir and I have been copying things to /tmp for build experimentation. Thank you for your help and I'll let you know how it goes :)