VisiCut - a userfriendly tool for laser-cutting
Home News Downloads Documentation Hacking Contact

Getting the source code

Please see the guides in the Wiki


VisiCut and LibLaserCut are available under LGPL in a common GIT-Repository at GitHub.
To clone into that repository use

git clone --recursive git://github.com/t-oster/VisiCut.git

Compiling

It is recommended to compile this project with Netbeans >= 7.0.1. However with the new build.xml file it should be compilable without NetBeans, as long as a recent java sdk and apache ant are installed:

ant jar

You can run the application after compiling with:

java -jar dist/VisiCut.jar

In Linux environments you can install it via:

make -e PREFIX=/usr install

And to create the distribution packages for Mac OS and the independant ZIP you can:

cd distribute

./distribute.sh

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.