File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ go-thrust
33Current Go-Thrust Version 0.3.3
44Current Thrust Version 0.7.5
55
6+ ``` bash
7+ go get -d github.com/miketheprogrammer/go-thrust
8+
9+ # -d instructs go get not to try to build, after go get, please do following the install instructions
10+ # install deps
11+ go get -v github.com/alexcesaro/log
12+ ```
13+
614![ Logo Thrust] ( http://i.imgur.com/DwFKI0J.png )
715Official GoLang Thrust Client for Thrust (https://github.com/breach/thrust )
816
@@ -19,7 +27,9 @@ On Linux/Darwin
1927
2028Start Go Thrust using source and GoLang runtime
2129``` bash
22- ./install-go-deps.sh # installs current dependencies
30+ # install deps
31+ go get -v github.com/alexcesaro/log
32+ # build tutorials
2333go build -o tutorial/bin/basic_window tutorial/basic_window.go
2434go build -o tutorial/bin/basic_menu tutorial/basic_menu.go
2535go build -o tutorial/bin/basic_menu_events tutorial/basic_menu_events.go
You can’t perform that action at this time.
0 commit comments