QFF installation
From Open Ideas
Installation instructions for QFF
- Download the QFF binary files from [https://sourceforge.net/project/showfiles.php?group_id=172094 sourceforge
The project consists of 4 subprojects (AFF, BMS, NFF, VFF), so you have to download 4 files.
- Download the binaries of the projects QFF depends on
- Download and install Java3D from java.net
- If you want to use optimizers of the R project, then you have to perform the following steps
- Download and install R (version 2.8.0 is recommended)
- Set the R_HOME environment variable to the root directory of the previously installed R software and
- WINDOWS USERS: add "R_HOME\bin" to the path variable
- UNIX USERS: R must be compiled using --enable-R-shlib and the directory containing libR.so must be in LD_LIBRARY_PATH. Also libjvm.so and other dependent Java libraries must be on LD_LIBRARY_PATH
- Run R and install the library "rJava" from a repository server
- Add jri.jar to your classpath (The jar file is in the "R_HOME\library\rJava\jri" directory)
- Add the directory containing jri.dll to your classpath (The dll file is in the "R_HOME\library\rJava\jri" directory)