Installing the Zori-GUI

From Zori Wiki

Follow the instructions to install and compile ZORI. Once you are done with that, either perform

 make install

so that the binaries created during the compilation procedure are installed in the specified --prefix path specified when you ran autogen.sh. Or do it by hand by copying the zori, zavg and zopt files to the bin directory of your choice. (example: /home/username/zori/bin/ or /usr/bin/)

Then go to the directory

 zori/zopi/ 

and run the subst.py file

 ./subst.py "location-zori-bin-files" "location-rappture-executable"

Where "location-zori-bin-files" stands for the path where you have the executables for zori located. If you chose to do make install, be sure to use the same path you used for --prefix when compiling (example: /home/username/zori/bin/ or /usr/bin/). The second variable, "location-rappture-executable" stands for the path where the executable of rapture is located.

Rappture installation