Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Cross platform precompiled binaries available for download #570

Open
growtopiajaw opened this issue Dec 15, 2020 · 8 comments
Open

Cross platform precompiled binaries available for download #570

growtopiajaw opened this issue Dec 15, 2020 · 8 comments

Comments

@growtopiajaw
Copy link

growtopiajaw commented Dec 15, 2020

Hello everyone, as precompiled gdrive binaries in this repository is removed. I’ve made an initiative to fix the OAuth error and compile cross platform binaries for all possible architecture. Currently, I’ve not been able to compile for mips and mipsle and all other major architecture are successfully compiled.

Code is open sourced with the OAuth hotfix commit. Anyone is welcome to review the repository.

This is my release page with all of the compiled binaries gdrive

@elbekgt
Copy link

elbekgt commented Dec 18, 2020

Hi. Great news, thanks!

Do you think its possible to compile for ppc 32 and ppc64? I have an old NAS with this architecture.

Regards

@growtopiajaw
Copy link
Author

growtopiajaw commented Dec 18, 2020 via email

@growtopiajaw
Copy link
Author

Hi. Great news, thanks!

Do you think its possible to compile for ppc 32 and ppc64? I have an old NAS with this architecture.

Regards

I’m only able to compile for PowerPC 64-bit as golang currently doesn’t support compiling for any PowerPC 32-bit target. If you try, it will give you an error, “cmd/go: unsupported GOOS/GOARCH pair linux/ppc”

@linminhtoo
Copy link

linminhtoo commented Dec 29, 2020

gdrive-linux-amd64 works perfectly on the Centos7 HPC cluster at my university :) Thanks for the awesome work for the community! Cheers and happy new year.

To sum up for anyone who might be new to all this:
1.wget <link_of_correct_build>
find it from https://github.com/GrowtopiaJaw/gdrive/releases
in my case I get gdrive-linux-amd64
2. rename it to gdrive mv gdrive-linux-amd64 gdrive
3. run ./gdrive about
4. follow the link, sign into your google, and click 'continue anyway' at the security warning from Google
5. now you can run whatever you want with ./gdrive <commands>. Just use ./gdrive help or see the official docs for the full list

@growtopiajaw
Copy link
Author

growtopiajaw commented Dec 29, 2020

gdrive-linux-amd64 works perfectly on the Centos7 HPC cluster at my university :) Thanks for the awesome work for the community! Cheers and happy new year.

To sum up for anyone who might be new to all this:
1.wget <link_of_correct_build>
find it from https://github.com/GrowtopiaJaw/gdrive/releases
in my case I get gdrive-linux-amd64
2. rename it to gdrive mv gdrive-linux-amd64 gdrive
3. run ./gdrive about
4. follow the link, sign into your google, and click 'continue anyway' at the security warning from Google
5. now you can run whatever you want with ./gdrive <commands>. Just use ./gdrive help or see the official docs for the full list

No problem. Cheers to you too and thanks for the wonderful guide!

@clmbmb
Copy link

clmbmb commented Jun 9, 2021

I'm unable to run gdrive on linux:

./gdrive 
bash: ./gdrive: No such file or directory

Do I need anything else installed?

@linminhtoo
Copy link

I'm unable to run gdrive on linux:

./gdrive 
bash: ./gdrive: No such file or directory

Do I need anything else installed?

Did you try what I commented? Are you sure .gdrive is in your present working directory?

@clmbmb
Copy link

clmbmb commented Jun 9, 2021

Sorry. I thought the shell was complaining about not finding the binary. You could add a more explicit message for this. Something along the lines of "Configuration directory not found".

Anyway, I made it work. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants