How do you build the Generic Math Template Library on Windows with Visual C++ -



How do you build the Generic Math Template Library on Windows with Visual C++ -

currently, i'm trying implement vector , matrix library project. after searching on web, found suggestion , decided on generic math template library because more focused graphics programming. after downloading source, found out can built (at to the lowest degree less effort) on linux / unix using scons. so, wanted inquire is, how build windows using visual c++? in advance.

ps: if have different sentiment selection of library, please don't shy enlighten me. thinking switching on eigen.

from did take gmtl?

http://sourceforge.net/projects/ggt/files/generic%20math%20template%20library/0.6.1/

if utilize version should include of header files, don't need scons or whatever.

c++ windows visual-c++ build

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -