|
|
||||||||||||||||||||||||||||||||||||||||||||||
|
TMDA InstallationInstallation from gzipped tarballChoose an installation location which can either be an individual area (such as within your home directory), or a shared area (such as /usr/local) for system-wide use, and change to that directory.
If you are running Linux, you may wish to install TMDA via RPM instead. A binary RPM can be built and installed directly from the source tarball: If your system lacks a /usr/bin/python2, you may get a dependency warning from RPM. If you're sure your Python meets the requirements, then you can override this dependency check using the --nodeps option to RPM:# rpmbuild -tb tmda-0.01.tgz # rpm -Uvh /usr/src/redhat/RPMS/noarch/tmda-0.01-1.noarch.rpm Post-Installation# rpmbuild -tb --nodeps tmda-0.01.tgz # rpm -Uvh --nodeps /usr/src/redhat/RPMS/noarch/tmda-0.01-1.noarch.rpm Report your installation (used only to satisfy my curiosity about what platforms are using TMDA): Then proceed to the Configuration section.# tmda-keygen -V | mail jason-tmdausage@mastaler.com |