Installation from source


To install the software from source you need the following packages:

Note! If you want the immediate help you need further:

xmlto in turn requires:

If you want to translate the documenation you need further:

Building

        tar -xvzf nted-x.y.z.tgz
        cd nted-x.y.z
        ./configure

If you want to install NtEd in a certain directory use:

        ./configure --prefix=<installation_path>

If you have trouble with the documentation creation:

        ./configure --without-doc

If you want the documentation in a certain directory:

        ./configure ....--htmldir=<dir>

Type:

        make

This should create NtEd

Type (as root):

        make install

This should install NtEd.

If you don't like NtEd type (as root):

        make uninstall

This should remove NtEd

To start the program type:

        nted

or:

        nted <file>.ntd

This should start the score editor.