Next: Running Dezyne Before It Is Installed, Up: Contributing [Contents][Index]
If you want to hack Dezyne yourself, it is recommended to use the latest version from the Git repository:
git clone git://git.savannah.nongnu.org/dezyne
To setup a development environment, we use GNU Guix (see The GNU Guix Manual); run
guix shell
If you are unable to use Guix when building Dezyne from a Git checkout, the following are the required packages in addition to those mentioned in the installation instructions (see Requirements).
Run ./autogen.sh
to generate the build system infrastructure
using Autoconf and Automake.
Then, run ./configure
and make
as usual.