Evidlo / remarkable_printer

Native printing to reMarkable.
GNU General Public License v3.0
257 stars 21 forks source link

Undeclared dependencies? #2

Closed einalex closed 4 years ago

einalex commented 4 years ago
make install
env GOOS=linux GOARCH=arm GOARM=5 go build -o printer.arm
main.go:15:2: cannot find package "github.com/google/uuid" in any of:
    /usr/lib/go/src/github.com/google/uuid (from $GOROOT)
    /home/user/workspaces/go/src/github.com/google/uuid (from $GOPATH)
make: *** [Makefile:5: printer.arm] Error 1
einalex commented 4 years ago

for all the non-go wizards: go get github.com/google/uuid fixed this for me

Evidlo commented 4 years ago

Should be fixed in the makefile now.