Login  Register

Re: How to compile LibreCAD in Visual Studio 2015?

Posted by FirstStep on Aug 05, 2016; 3:05pm
URL: https://forum.librecad.org/How-to-compile-LibreCAD-in-Visual-Studio-2015-tp5714095p5714101.html

Hi ravas and thank you for helping. I would still want to try on VS. However, I tried with QT and these are the steps that I did following the Becoming-a-developer link:

- Download/Unzip Boost boost_1_61_0 and copy paste in D:\
- Download QT Creator
- From QT, Open project LibreCAD\LibreCAD\librecad.pro
- Configure project as Desktop QT 5.7.0 MSVC2015 64 bits
- Add boost info in custom.pro as

          BOOST_DIR = D:/boost/boost_1_61_0/
          BOOST_LIBDIR = D:/boost/boost_1_61_0/


- Build all

Result: Huge list of errors