WiemeJarne

Results 8 comments of WiemeJarne

> Did you install lp solve? There's many issues in the repo that you can search that show how you can do it on Windows. Yes I did Install lp...

Its located at C:\Program Files\lpsolve.

![Screenshot 2023-10-30 180432](https://github.com/Svalorzen/AI-Toolbox/assets/94701784/6febd453-c6db-429a-b218-e35aad55f098) full command output: (c) Microsoft Corporation. All rights reserved. C:\AI-Toolbox>mkdir build C:\AI-Toolbox>cmake .. CMake Warning: Ignoring extra path from command line: ".." CMake Error: The source directory...

> What compiler are you using? I am not sure. I googled it how to find out which one I am using but could not find it. I have visual...

> Because the CMake script that is looking to find lp_solve does so by (1) searching for the correct folder and (2) trying to compile a test program, one small...

I fixed the errors in the lp_lib.h file and recloned the repo just to try again and for now its not complaining about lp solve but its something with the...

> That seems to say that Boost Test is missing. You might not have it installed? Certain Boost packages are installed separately because they are not header only (also Boost...

> I don't think that test folder is what you need. What's inside of it? > > For the command, my bad, if you only specify no tests it will...