Openscad (http://www.openscad.org) is a simple and efficient three-dimensional modeling software that uses model description scripts for modeling and spatial Boolean operations of geometry using the Cgal engine. This article describes its source code compilation method, using UbuntuKylin15.04.
Save the following content as a script file openscad_build.sh, modify the properties to executable, and then run:./openscad_build.sh.
git clone git://github.com/openscad/openscad.gitcd openscadgit submodule update--initsudo./scripts/ Uni-get-dependencies.sh./scripts/check-dependencies.shqmake Openscad.promake
If you need to install, run: sudo make install
Some systems also need to install some other libraries, follow the prompts, using sudo apt-get install xxx or sudo synaptic for installation.
UbuntuKylin15.04 Compiling OPENSCAD Source code