Skip to content

bomastudio/LibreCAD_3

 
 

Repository files navigation

LibreCAD_3

LibreCAD 3 development (GSoC 2014) This is the new LibreCAD Kernel. With keeping in mind the extensibilty, modularity and the design, the LibreCAD is divided into 3 parts.

  1. The UI
  2. The kernel
  3. The CADViewer

Compilation Instructions

Install cairo Install Qt 5 Install git Install liblog4cxx Install Google test

git clone --recursive https://github.com/LibreCAD/LibreCAD_3.git

mkdir build cd build cmake ../LibreCAD_3/ make -j 4 ./lcUI/librecad

Ubuntu/Mint

apt-get install qttools5-dev qttools5-dev-tools libqt5opengl5-dev liblua5.2-dev git g++ gcc-4.8 libcairo2-dev liblog4cxx10-dev libpango-1.0-0 libpango1.0-dev libboost-all-dev

About

LibreCAD 3 development (GSoC 2014)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.3%
  • Other 0.7%