Get Denemo

From Denemo - Free and Open Music Notation Editor

Revision as of 18:48, 3 November 2009 by Rshann (Talk | contribs)
Jump to: navigation, search

There are several ways to get Denemo.

Current stable version:0.8.10

Contents

GNU/Linux

  • Some Distributions provide Denemo-packages. Mostly they are not up-to-date. Don't use a version below 0.8.
  • 0.8.10 Sourcecode.
    • See the Guide to Compiling. Basically use ./configure && make && make install (after unpacking).
  • A snapshot tarball of the source, generated on-the-fly from our GITs master-branch.

Microsoft Windows

  • 0.8.10 Windows Installer
    • Note this installer includes LilyPond. It is about 40MB in size.
    • You may need to tell Denemo about your browser (give the full path name from the properties box) for the manual, a pdf reader (for printed output) and your midi player (e.g. wmplayer.exe).
    • 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.
    • Re-boot your computer after installation. Or at least, logout and back in. Otherwise, mysteriously, the music font does not show.
  • Building from source for windows is tricky. Some notes BuildingForWindows are available.

Mac OSX

Git

  • Use Git to check out the current code. Most of the time it is as stable as the releases (but both are still in beta). Command:
git clone git://git.savannah.gnu.org/denemo.git
  • Please read the README. No support without reading the README :)
  • Commands to install
cd denemo
sh autogen.sh
./configure --prefix=/usr --enable-jack --enable-lash
make
  • and then as root
make install