12-11-2016, 11:25 PM
(12-11-2016, 04:09 PM)kabonkel link Wrote: It was from this site:http://www.howtogeek.com/196635/an-official-google-drive-for-linux-is-here-sort-of-maybe-this-is-all-well-ever-get/
and commands: sudo apt-get install golang git mercurial,
and something like this: cat << ! >> ~/.bashrc
> export GOPATH=\$HOME/gopath
> export PATH=\$GOPATH:\$GOPATH/bin:\$PATH
> !
source ~/.bashrc # To reload the settings and get the newly set ones # Or open a fresh terminal
I think that the last command he's still working on it....
The last command should be this: go get -u github.com/odeke-em/drive/cmd/drive
It's still working the terminal, so not usable..
While there are many positives to building from source, I strongly suggest using the ppa provided here https://github.com/odeke-em/drive/blob/m...ackages.md it is updated regularly. It would make installing drive alot easier for you.
Just in case you are wondering, yeah I'm the packager/maintainer for drives ppa. Any problems there in feel free to post an issue on drives github page etc.