e.g.
> gunzip meastex_base.tar.gz
> tar xvf meastex_base.tar
OR
> gunzip -c meastex_base.tar.gz | tar xvf -
> cd src
Edit the file makedefs and change for your situation. In particular,
set MEASTEX_ROOT and check CC, OPT, INSTALL.
Issue the make command,
> make
If make completed successfully and MEASTEX_ROOT is set correctly,
install the binaries.
> make install
e.g.
> gunzip meastex_newtex.tar.gz
> tar xvf meastex_newtex.tar
OR
> gunzip -c meastex_newtex.tar.gz | tar xvf -
If you wish to retain existing Beta version test suites and/or
algorithm results, you need only rename the directories to conform to
the new directory naming conventions. The script
updateFromBeta is provided to assist you. This
script checks your existing directories and creates a command file
with "mv" statements for each directory which may need renaming.
Before running this command file you must check that
every move operation is appropriate.
> runalg example markovClass
> processScores example
You may check the installation by repeating this test with a different
algorithm name and comparing the results. That is,
> runalg my_results markovClass
> processScores my_results
You can now run the framework
with existing sample algorithms and test suites or add your own algorithm.