-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
1 lines (1 loc) · 1.84 KB
/
params.json
File metadata and controls
1 lines (1 loc) · 1.84 KB
1
{"name":"EUDAQ","tagline":"a generic data acquisition framework","body":"### Basic Installation Instructions:\r\n\r\nTo get the current development version, just follow these steps:\r\n```\r\ngit clone https://github.com/eudaq/eudaq.git eudaq\r\ncd eudaq/build\r\ncmake ..\r\nmake install\r\n```\r\n\r\nFor production environments we recommend to [download a stable release!](https://github.com/eudaq/eudaq/releases)\r\n\r\n### Detailed Installation Instructions\r\n\r\nPlease have a look at the [README.md file](https://github.com/eudaq/eudaq/blob/master/README.md) included in the source code, the user's manual (see below), or the [EUDAQ wiki pages](https://github.com/eudaq/eudaq/wiki).\r\n\r\n### User's Manual\r\n\r\nYou can [download the user's manual](http://eudaq.github.io/manual/EUDAQUserManual.pdf) or generate the manual from the LaTeX sources included in EUDAQ:\r\n\r\n```\r\ncd build\r\ncmake -DBUILD_manual=ON ..\r\nmake pdf\r\n```\r\n\r\nThe manual can then be found in ```./doc/manual/EUDAQUserManual.pdf```\r\n\r\n### Doxygen Source Code Documentation\r\nThe doxygen documentation of the EUDAQ source code [can be found online](http://eudaq.github.io/doxygen/index.html) or generated from the source code itself:\r\n\r\n```\r\ncd build\r\ncmake ..\r\nmake doxygen\r\n```\r\nThe resulting HTML files are stored in ```../doc/doxygen/html```.\r\n### Release Notes\r\nYou can find the release notes in the [README.release_notes file](https://github.com/eudaq/eudaq/blob/master/README.release_notes) in the repository or [online](http://eudaq.github.io/rel-notes/index.html).\r\n\r\n### Support and Bug Tracker\r\nHaving trouble with EUDAQ or found a bug? Please report it on the [EUDAQ issue tracker](https://github.com/eudaq/eudaq/issues) and we'll try to sort it out!\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}