Download
Denemo and all downloads are free of charge, free to use, free to share and free to change. The license is the GPL
.
- Some Distributions provide Denemo-packages. Mostly they are not up-to-date.
- 0.9.2 Sourcecode
.
- See the Guide to Compiling?. Basically use sh autogen.sh && ./configure && make && make install (after unpacking).
- Download a A snapshot tarball
of the source, generated on-the-fly from our GITs master-branch or
- Use Git
to check out the current code. Most of the time it is as stable as the releases.
To use git first install the git package. In a terminal type the command
apt-get install git
as root. (On systems using sudo precede the command with sudo to get the root permissions).
The get the Denemo source code using:
git clone git://git.savannah.gnu.org/denemo.git
Packages to install in order to build Denemo:
guile-1.8-dev, libaubio-dev, portaudio19-dev, libfftw3-dev, libgtk2.0-dev,
libxml2-dev, automake, libtool,
libgtksourceview2.0-dev, libfluidsynth-dev, autoconf,
automake1.11, libsmf-dev (>= 1.3), autopoint, librsvg2-dev, libportmidi-dev, libsndfile1-dev
(On systems using sudo these are installed via
sudo apt-get install guile-1.8-dev
and so on for each of the packages listed.)
Then execute the following commands:
cd denemo sh autogen.sh ./configure make
and then as root
make install
(On systems using sudo that is
sudo make install
as usual)
Then the command
denemo
in a terminal will launch Denemo.
- Download 0.9.0 Win32 Installer
- Or Download a Pre-release version
. Updated from time to under the same name, check the file date.
Windows notes:
- This installer includes LilyPond and everything you need to create, print and playback. It is about 50MB in size.
- If you previously installed Denemo you should either delete the folder ".denemo" in your home directory, or (if you have customized it) edit the preferences. The lilypond path and the pdf reader should be left blank.
- You may need to tweak the sample-rate and period-size to avoid distorted MIDI playback. Higher values are safer but add more latency. 1024 or 2048 are "safe" values.
- Note that automatic update from internet is not available in windows - you will need to ftp new commands if you need them.
- Upload of your scripts to denemo.org is not possible on windows.
Building from source for win32 is tricky. Some notes BuildingForWindows? are available.
We currently do not provide Mac OSX releases. You can use the MacPorts third-party build
.