Login  Register

Re: How to compile LibreCAD in Visual Studio 2015?

Posted by ravas on Aug 04, 2016; 6:45pm
URL: https://forum.librecad.org/How-to-compile-LibreCAD-in-Visual-Studio-2015-tp5714095p5714096.html

https://github.com/LibreCAD/LibreCAD/issues/696

You will have to be your own hero if you want to build with MSVC.

With the MinGW version of Qt it's pretty simple.

On Windows you will need to add the boost path to librecad/src/custom.pro (or .pri):

BOOST_DIR = C:/boost/boost_1_60_0/
BOOST_LIBDIR = C:/boost/boost_1_60_0/

https://github.com/LibreCAD/LibreCAD/wiki/Becoming-a-developer

That's it really... the rest of that other guide has to do with making installers,
which you don't need to do for running from Qt Creator.