To install the software from source you need the following packages:
Note! If you want the immediate help you need further:
yelp Is part of the GNOME project (see: http://www.gnome.org; package gnome-extra)xmlto (see: http://cyberelk.net/tim/xmlto)xmlto in turn requires:
If you want to translate the documenation you need further:
xml2pot, po2xml from kdesdk package (http://www.kde.org) 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.