We need two paths, the [ibex path] and [soplex path]
Typically, ibex path is :
and soplex path is :
If Ibex is install with Gaol (by default with 32 bits):
Insert in the bottom of the .pro file:
If Ibex is install with Filib (by default with 64 bits):
Insert in the bottom of the .pro file:
where [prefix] is the path you specified with --prefix when configuring ibex.
It's done.
C:\MinGW\msys\1.0\home\[user]\Ibex\ibex-2.0.6
C:\MinGW\msys\1.0\home\[user]\Ibex\soplex-1.7.0
INCLUDEPATH += [ibex path]\include\ibex [soplex path]\src
LIBS += -L[ibex path]\bin-L[soplex path]\lib -libex -lsoplex -lz -lultim
INCLUDEPATH += [ibex path]\include\ibex [soplex path]\src
LIBS += -L[ibex path]\bin-L[soplex path]\lib -libex -lsoplex -lz -lprim
If Ibex is installed in a local folder (Linux/MacOS)
Click in "Projects" on the left bar. A window "Build settings" should appear.
Click on "Details" button on the bottom:
Variable: PKG_CONFIG_PATH Value: [prefix]/share/pkgconfig