jehiah / json2csv

command line tool to convert json to csv
MIT License
801 stars 94 forks source link

Installation without go #23

Closed heshriti closed 7 years ago

heshriti commented 10 years ago

Hi,

I don't have go, and have no plans of installing/using go in my work place.

Can you please add a pre-compiled json2csv version without go, and/or any run time dependency. I'd like to use this tool.

Thank you.

eduncan-sp commented 9 years ago

Just FYI, all it takes to install go in a non-intrusive way is:

Works on every Linux, OSX and Windows installation (though for Windows, it's "CD src" and then "all.bat" ).

Zero dependencies. Every OS has the needed C++ compiler as part of the OS (well, some windows machines are stripped).

Setup you GOPATH as specified in the docs.

Then, do as the author says: go get github.com/URL...

Might need to do go install instead (which all this does is complied and copy the single binary to your $GOPATH/bin environment variable.)

To cleanup... Delete go source.
Delete GOPATH/src

And copy the executable from GOPATH/bin yo whereever you want.

Really only takes 5-10m.

kmatt commented 9 years ago

This a source code project - not a binary distribution site. Install Go and compile for the OS of your choice, or perhaps try something like http://gobuild.io/

jehiah commented 9 years ago

@datasaur nice. I didn't know about gobuild.io it works great

http://gobuild.io/github.com/jehiah/json2csv

eduncan911 commented 9 years ago

Ooh, that is nice!

jehiah commented 7 years ago

see https://github.com/jehiah/json2csv/releases