File tree Expand file tree Collapse file tree 4 files changed +29
-3
lines changed Expand file tree Collapse file tree 4 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 4
4
* .dll
5
5
* .so
6
6
* .dylib
7
+ siphon-gtk
7
8
8
9
# Test binary, built with `go test -c`
9
10
* .test
Original file line number Diff line number Diff line change 3
3
4
4
Utility to send files via direct connection, written in Go and GTK-3.
5
5
6
- Screenshot
7
- ----------
8
-
9
6
![ image] ( https://raw.github.com/solkin/siphon-gtk/master/art/main.png )
7
+
8
+
9
+ Build instructions
10
+ ------------------
11
+
12
+ Assuming you have Go 1.11+ installed, type:
13
+
14
+ ```
15
+ go build
16
+ ```
17
+
18
+ This will produce ` siphon-gtk ` executable in the project folder.
19
+
20
+ Initial build of GTK bindings will take ~ 10 minutes,
21
+ subsequent builds will be very fast, as you'd expect.
Original file line number Diff line number Diff line change
1
+ module github.com/solkin/siphon-gtk
2
+
3
+ go 1.14
4
+
5
+ require (
6
+ github.com/gotk3/gotk3 v0.4.0
7
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
8
+ )
Original file line number Diff line number Diff line change
1
+ github.com/gotk3/gotk3 v0.4.0 h1:TIuhyQitGeRTxOQIV3AJlYtEWWJpC74JHwAIsxlH8MU =
2
+ github.com/gotk3/gotk3 v0.4.0 /go.mod h1:Eew3QBwAOBTrfFFDmsDE5wZWbcagBL1NUslj1GhRveo =
3
+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
4
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo =
5
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments