INSTALL.JINR 504 B

1234567891011121314151617181920212223242526
  1. // Installation procedure for MPDRoot at JINR
  2. =============================================
  3. configure the required packages
  4. create a build directory
  5. It is more convenient to have separate build directory for the the
  6. different systems
  7. > bash
  8. > mkdir MyBuild
  9. configure mpdroot
  10. > cd "MpdRoot_top_directory"
  11. > . ./SetEnv.sh
  12. > cd MyBuild
  13. > cmake "MpdRoot_top_directory"
  14. build the framework
  15. > . ./config.sh
  16. > make
  17. > make install