How to install rome
and lpframework on your computer
Install
rome
- ROOT and libxml2 are required. If you use for online analysis, MIDAS is required. If you use MySQL database, mysql headers and libraries are required.
- gsl (gnu scientific library) is needed. Many operating system distribution have packages (RedHat, Mandrakesoft, Suse, Debian, Cygwin, Fink).
- cd your_working_directory
- Download ROME.
cvs -e ssh -d :ext:midas.psi.ch:/usr/local/cvsroot co rome
- cd rome
- Set your environment variables.
ROMESYS = your_working_directory/rome
- make
Install lpframework
- cd your_working_directory
- Download lpframework.
cvs -e ssh -d :ext:pc4466.psi.ch:/usr/local/cvsroot co lpframework
- cd lpframework
- To set additional compile option, set your environment variables as you like.
lpuserflags = "-Wall -g -O2"
- make -f Makefile.usr build
- ./lpframework.exe
- Edit romeConfig.xml as you like. I recommend to set <CompressionLevel> of Tree to 1.(sample configuration file)
- Following targets are avairable.
- make recompile : recompile all objects and lpframework.
- make rebuild : regenerate source files and recompile them.
- make rebuild-online : same as rebuild, but for online.
R.Sawada
[Last Update: 24-Feb-2005]