Ruxton/mixcloud_uploader

Building doesnt really work

Opened this issue · 2 comments

Building looks really nice, but .. it doesnt really work (probably outdated build script).
Any suggestions on how to kickstart the building process manually?

cu, w0lf.

@ginsterbusch what problems are you having exactly?

the build/build script really just boils down to doing:

go build -v -ldflags "-s -w -X github.com/ruxton/mixcloud/versions.MINVERSION=`date -u +%Y%m%d%.H%M%S`
-X github.com/ruxton/mixcloud/versions.VERSION=PUTAVERSIONHERE
-X github.com/ruxton/mixcloud/mixcloud.OAUTH_CLIENT_ID=YOUR_OWN_MIXCLOUD_OAUTH_CLIENT_ID
-X github.com/ruxton/mixcloud/mixcloud.OAUTH_CLIENT_SECRET=YOUR_OWN_MIXCLOUD_OAUTH_SECRET" mixcloud.go

The DEBIAN build script definitely does not work at present.

I followed the instructions of the Readme. So far, all I could get out of it is this:

stat mixcloud.go: no such file or directory
stat mixcloud.go: no such file or directory
stat mixcloud.go: no such file or directory
stat mixcloud.go: no such file or directory

Running build from within the build directory (there *IS NO * bin/build). So my guess is your build instructions are outdated. Of corpse, I'm not fluent with Go. I don't want to learn it either, just BUILD the bloody thing. Thus, proper building instructions, including possible dependencies to install beforehand, are greatly appreciated ;)

BTW: I'm using Linux Mint 17.3 XFCE aka Ubuntu 14.04.4 w/ LTS Enablement Stack / x86_64.

Would be sad if the answer was: "Install a newer ubuntu version" (which I definitely WONT; I need a stable, reliable system, to get work done, not something to fiddle around with the whole day) - cause this is the only cli script for Mixcloud that seems in workable condition, so far.

cu, w0lf.