mirror of
https://github.com/snoyberg/keter.git
synced 2024-11-27 10:12:01 +03:00
.. | ||
etc | ||
init | ||
mkketerdeb.sh | ||
mklibgmp10deb.sh | ||
README.md |
Building debian packages
We provide two scripts to assist in building debian packages.
Requirements
The mkketerdeb.sh
script requires cabal
with sandbox support.
But will try to install the other dependencies on it's own.
Building keter-X.Y.Z.deb
-
Download a recent keter release from https://github.com/snoyberg/keter/releases
-
Extract
-
Run the packaging script.
keter $ cd packaging keter/packaging $ ./mkketerdeb.sh
This should produce a
.deb
file in theketer-X.Y.Z
folder.
Note: if the above command fails, try running it again.
Building libgmp if not avaiable.
Similarly to building keter, mklibgmp10deb.sh
can be used to build a .deb
package of libgmp10
on which keter depends.
This should only be necessary for Debian 6.