Skip to content
Jordan Hueckstaedt edited this page Apr 2, 2014 · 2 revisions

Install Dependencies by running:

sudo yum install fuse golang libusb-devel

Then compile go-mtpfs with:

mkdir /tmp/go
export GOPATH=/tmp/go
go get github.com/hanwen/go-mtpfs
Clone this wiki locally