Download
Current stable version: 0.9.2 from September 30th 2011.
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. Command:
git clone git://git.savannah.gnu.org/denemo.git
Packages to install so as to build Denemo:
guile-1.8-dev, libaubio-dev, portaudio19-dev, libfftw3-dev, libgtk2.0-dev,
libxml2-dev, libsamplerate0-dev, automake, libtool,
libgtksourceview2.0-dev, libfluidsynth-dev, autoconf,
automake1.11, libsmf-dev (>= 1.3), autopoint, librsvg2-dev
The execute the following commands:
cd denemo sh autogen.sh ./configure: make
and then as root
make install
- 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
.