Get DrawPile
DrawPile is available for download from our SourceForge project page. Currently, precompiled binaries are not provided for the latest version.
If you are a developer, or just adventurous, you can get the very latest version using Git. Get a copy of the repository with:
git clone git://github.com/callaa/Drawpile.git
You can then keep it up to date with the command git pull
.
Compile DrawPile
To compile, you must have the following:
Once you have all the prerequisites, unpack DrawPile and go to the newly created directory. Then create a build directory and compile:
$ mkdir build $ cd build $ cmake .. $ make
You can then try out Drawpile with the command ../bin/drawpile
.

