Answer the question
In order to leave comments, you need to log in
Libxl: How to run on windows 7?
Good time of the day!
I am using libxl on linux. Now set the task to run it on win7. How to do it on this shaitan machine? Make is not there, and visual studio is only updating and cannot find the .h files.
Answer the question
In order to leave comments, you need to log in
Use the appropriate option to tell the compiler where to look for h files.
make, gcc and other Linux build utilities are available in msys2/mingw.
in the visual: project-
>properties->С/С++->general->additional directories of included files - add a folder with headers.
project->properties->linker>general->additional directories additional directories of libraries - add a folder with libs.
project->properties->linker>input->additional dependencies - add libs yourself
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question