|
@@ -29,14 +29,15 @@ It's a Pastebin where all pastes are backed in is own Git repository.
|
29
|
29
|
|
30
|
30
|
# Build
|
31
|
31
|
|
32
|
|
- Install or build libgit2 0.25.x ONLY. NO Version less than 0.25 (hello Debian Stable) or higher.
|
|
32
|
+ Install or build libgit2 0.27.x ONLY.
|
|
33
|
+ This might be painful, and you might need to download manually .deb on older systems.
|
33
|
34
|
You also needs libmagic
|
34
|
35
|
go get -v -insecure -u dev.sigpipe.me/dashie/git.txt
|
35
|
36
|
|
36
|
37
|
# Release build
|
37
|
38
|
|
38
|
39
|
- Get last release from https://sigpipe.me/projet:git.txt#binary_releases
|
39
|
|
-- You still need to install libgit2 0.25.x ONLY, and libmagic
|
|
40
|
+- You still need to install libgit2 0.27.x ONLY, and libmagic
|
40
|
41
|
|
41
|
42
|
# Contact, issues
|
42
|
43
|
- Main contact: Dashie: dashie (at) sigpipe (dot) me
|