M
M
Millerish2018-08-21 10:40:16
C++ / C#
Millerish, 2018-08-21 10:40:16

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

2 answer(s)
R
res2001, 2018-08-21
@Millerish

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.

A
al_sh, 2018-08-21
@al_sh

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 question

Ask a Question

731 491 924 answers to any question