This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
borg-setup
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
build: make Borg.bin a static binary
This prevents it from e.g. needing a specific glibc version on the client.
master
Jim Paris
1 year ago
parent
b1748455a0
commit
1fb8645b27
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
Borg.bin
+2
-0
README.md
BIN
Borg.bin
View File
+ 2
- 0
README.md
View File
@@ -122,6 +122,8 @@ Notes
pip install llfuse
pip install -e .[llfuse]
pyinstaller --clean --noconfirm scripts/borg.exe.spec
pip install staticx
staticx -l /lib/x86_64-linux-gnu/libm.so.6 dist/borg.exe Borg.bin
Then see `dist/borg.exe`. Confirm the version with `dist/borg.exe --version`.
Write
Preview
Loading…
Cancel
Save