Skip to content

Commit

Permalink
Preparing static build
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Jan 19, 2023
1 parent 101a20a commit 3164efa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .guix-build-static
@@ -1,3 +1,3 @@
# This command creates a build container for Sambamba using GNU Guix

guix environment -C guix --ad-hoc gcc-toolchain gdb bash ld-wrapper ldc which python git binutils-gold vim zlib:static
guix shell -C -D gcc-toolchain gdb bash ld-wrapper ldc which python git binutils-gold vim zlib:static
7 changes: 7 additions & 0 deletions INSTALL.md
Expand Up @@ -17,6 +17,13 @@ For the most optimal system use
make release
make check

## Static release

Use Guix for static release script.

. ./guix-build-static
make static

## Install Sambamba from source

Tested on Debian:
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -8,7 +8,7 @@

project('Sambamba', ['c','d'],
license : 'GPL-2.0',
version : '0.8.2',
version : '1.0.0',
# default_options : ['buildtype=debugoptimized']
)

Expand Down

0 comments on commit 3164efa

Please sign in to comment.