add new version of bot to raspi \o/
This commit is contained in:
commit
d51641ee36
7 changed files with 584 additions and 0 deletions
9
forraspidothis
Executable file
9
forraspidothis
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
export GOPATH=/home/horscchtey/go
|
||||
|
||||
env CC=arm-linux-gnueabihf-gcc CXX=arm-linux-gnueabihf-g++ \
|
||||
CGO_ENABLED=1 GOOS=linux GOARCH=arm GOARM=7 \
|
||||
go build bot.go boddle.go logging.go ircfoo.go
|
||||
|
||||
mv bot boddle_executable
|
||||
Loading…
Add table
Add a link
Reference in a new issue