samhocevar / lolremez

📈 Polynomial Approximations using the Remez Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation on windows

vivienlonde opened this issue · comments

Thanks for the great tool !

I don't manage to build the solution in Visual Studio. When building, I get lots of errors such as "cannot open source file "assert.h" ".
I am using Visual Studio 2019.
I also have this warning : "Platform 'ORBIS' referenced in the project file 'lolremez' cannot be found.".

Did you get all submodules recursively as explained in README.md?

(note: platform “ORBIS” is a code name for the PlayStation 4, so you can safely ignore the warning if you do not have development tools for that platform)

Ok thanks !
Yes I did : "git submodule update --init --recursive"

Switching from VS 2019 to VS 2017 made the build work.
Thank you again