https://github.com/triton/hydra
https://github.com/triton/hydra
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/triton/hydra
- Owner: triton
- License: gpl-3.0
- Created: 2015-06-02T16:52:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T01:57:22.000Z (over 8 years ago)
- Last Synced: 2024-12-28T10:42:45.712Z (4 months ago)
- Language: Perl
- Size: 7.87 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
To start hacking on Hydra, run:
$ bootstrap
$ nix-shell
$ ./configure $configureFlags --prefix=/opt/hydra
$ make
$ make installOr, if you just want to build from source (on x86_64-linux):
$ nix-build -A build.x86_64-linux release.nix