forked from lix-project/hydra
74426e6820
This also removes building a separate source tarball or building a PDF manual since it's unlikely anybody cares.
11 lines
246 B
Markdown
11 lines
246 B
Markdown
To start hacking on Hydra, run:
|
|
|
|
$ 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
|