Natpad is a Text-editor written in C using GTK
Building natpad uses the dung builder. The dung builder can be downloaded here dung builder. Install the debian package.
sudo dpkg -i dung_0.2.dev
Dung is a built system using workspaces. A workspace is described in a description file. Dung workspace description files end with the extension '.hil'. If you clone the natpad git repository you will find several .hil files.
git clone https://github.com/douwevos/natpad.git
git clone https://github.com/douwevos/gross.git
git clone https://github.com/douwevos/natpad.cup.git
cd natpad
dung install natpad.hil
dung select natpad
dung natpad
The command dung install natpad.hil
will ask you to enter the trunk directory for Natpad. You can simply press enter. It might also ask for your password since it uses apt to install additional packages.
To build a Debian package
dung natpad#deb
To build a RPM package
dung natpad#rpm
To build a windows setup.exe. (Please make sure you are using the natpad_windows_amd64 dung workspace)
dung natpad#nsi