An open API service indexing awesome lists of open source software.

https://github.com/triton/hydra


https://github.com/triton/hydra

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

To start hacking on Hydra, run:

$ bootstrap
$ nix-shell
$ ./configure $configureFlags --prefix=/opt/hydra
$ make
$ make install

Or, if you just want to build from source (on x86_64-linux):

$ nix-build -A build.x86_64-linux release.nix