cat makefile.32 makefile.common > makefileIn 64-bit case, use ``makefile.64'' instead of ``makefile.32''. Then change the compiler path, math library path and compiler options in the makefile, and type ``make''. You may get a fropho binary.
You should create several helper tools, too. Move to ``rubyTools'' directory and type,
./makeTools.shTo use ruby tools, RUBYLIB environment have to be set to your rubyTools directory. In bash or zsh cases, write to your .bashrc or .zshrc as follows like,
if [ -n "$RUBYLIB" ]; then export RUBYLIB=$RUBYLIB:your_rubyTools_directory else export RUBYLIB=your_rubyTools_directory fiand in csh case, you should use ``setenv''. When using reducePhonon.rb, path to character tables must be specified as follows,
export FROPHOPATH=your_fropho_source_directory