I'm trying to compile the c-source via configure, make, make installtrilogy.
Since I want to compile the sources so that they use a different library (XYZ), which is not used by default, I can indicate that with
./configure --with-XYZ=yes
However, at the moment, XYZ is not installed in the default location, so I think I can specify the path to the XYZ location with the same script configuration. If my guess is correct, I would appreciate it if someone could point me in the right direction on how to do this.
source
share