I am following the installation instructions at this website:
http://lcms-sim.sourceforge.net/
However I am stuck in the 3rd instruction. When i open the makefile, it says:
# You need to set OPENMS_PATH, CONTRIB_PATH,and QT_PATH in file OpenMS_path, which will be included here
include OpenMS_path
And i don't know where to write the path. I have tried to write them inside the ( ), but it says:
Makefile:5: OpenMS_path: No such file or directory
Makefile:10: *** commands commence before first target. Stop.
I have tried the following style but it still says the same thing.
INCLUDES= \
-I. \
-I$(OPENMS_PATH)/include /home/cansu/OpenMS/OpenMS
-I$(CONTRIB_PATH)/include /home/cansu/OpenMS/contrib
-I$(QT_PATH)/include /usr/lib/qt4
Can anyone help me please?