https://github.com/oschulz/template-hep-project
C++ project template with CERN ROOT-System integration and GNU Autotools build system
https://github.com/oschulz/template-hep-project
Last synced: 6 months ago
JSON representation
C++ project template with CERN ROOT-System integration and GNU Autotools build system
- Host: GitHub
- URL: https://github.com/oschulz/template-hep-project
- Owner: oschulz
- License: lgpl-2.1
- Created: 2012-08-15T23:37:36.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T09:02:58.000Z (about 5 years ago)
- Last Synced: 2025-03-10T22:43:39.707Z (over 1 year ago)
- Language: M4
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Template Project
----------------
This is a C++ project template with CERN ROOT-System integration and
GNU Autotools build system.
Run "fill-in-template.sh" to fill in the template interactively, setting
the project name, author information, and so on. After fill-in-template.sh
has run through, it will automatically remove itself.
Run "build-inst-run-test.sh" to test a full build, install, run, uninstall,
maintainer-clean cycle before or after filling in the project template.