Skip to content

Commit 3164efa

Browse files
committed
Preparing static build
1 parent 101a20a commit 3164efa

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.guix-build-static

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This command creates a build container for Sambamba using GNU Guix
22

3-
guix environment -C guix --ad-hoc gcc-toolchain gdb bash ld-wrapper ldc which python git binutils-gold vim zlib:static
3+
guix shell -C -D gcc-toolchain gdb bash ld-wrapper ldc which python git binutils-gold vim zlib:static

INSTALL.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ For the most optimal system use
1717
make release
1818
make check
1919

20+
## Static release
21+
22+
Use Guix for static release script.
23+
24+
. ./guix-build-static
25+
make static
26+
2027
## Install Sambamba from source
2128

2229
Tested on Debian:

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
project('Sambamba', ['c','d'],
1010
license : 'GPL-2.0',
11-
version : '0.8.2',
11+
version : '1.0.0',
1212
# default_options : ['buildtype=debugoptimized']
1313
)
1414

0 commit comments

Comments
 (0)