NoTA open source project is hosted at gitorious, follow the link to the NoTA project.
Here, you can find the NoTA-packages for download. These packages are distributed under the terms of the GNU General Public License, version 2.
For more information, see: GNU-GPLv2.
Note: This release should be considered 'experimental'.
Release notes for the newest version can be found here. More detailed information of the changes from the previous version can be found in ChangeLog file within each package.
'Hello world'-examples can be found from Projects section.
Building the packages follows the normal conventions; ie:
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
and then for each of the packages:
tar xvfz <package>.tar.gz cd <package> ./configure && make && make install
It's recommended you follow this same order when building.