fredpy / trex2-agent

An architecture for goal directed control of autonomous agents
BSD 3-Clause "New" or "Revised" License
14 stars 13 forks source link

Need for an install rule #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As the development advance we probably need an install rule that will place 
trex files as follow :
 - executables ${INSTALL_DIR}/bin
 - core libraries ${INSTALL_DIR}/lib
 - core headers ${INSTALL_DIR}/include
 - others ${INSTALL_DIR}/shared/trex

Original issue reported on code.google.com by fre...@gmail.com on 31 May 2011 at 5:53

GoogleCodeExporter commented 9 years ago
I have now install rule with cmake :
  - install all the core components (executables, libraries and header)
  - install all the plugins (just libraries except for Vitre.jar that is installed too when available)
  - install all the configurations files
  - create a default log directory
  - create a bash environment file for this trex installation 

Original comment by fre...@gmail.com on 1 Jun 2011 at 7:44