M. Mucahid Benlioglu
M. Mucahid Benlioglu
Thanks for the tutorial. Closes #424 and #392. Should be included to the repo imo Also I think Client ID/Secret should be read from client_id.json directly instead of hard-coding and...
After you've changed the token, running [_release/build-all.sh](https://github.com/prasmussen/gdrive/blob/master/_release/build-all.sh) on Linux (or bash on Windows) should build all versions defined in "PLATFORMS" variable. 2 prerequisites: 1. [install go](https://golang.org/doc/install#install) first. 2. execute `$...
> yea been trying too google it myself but yea might be better install unbutu in vmware and go from there. Like never done much compiling etc so dont realy...
> @mbenlioglu @scrumbee I have submitted a pull request with working external client credential support - #428 > > Enjoy Thanks for the effort @rohfle. Just checked it out looks...
> > Okay so based on all this info i manged to compile a working version for my Ubuntu server. Have tested it and confirmed its using the new API...
User can be prompted to acknowledge abusive file to forcefully download
I've compiled it by adding `#undef _TIME_BITS` to `myalign.c` and `vkalign.c`. However now it fails to run the binaries under the tests folder. ```bash $ box86 box86/tests/test01 Box86 with Dynarec...
I've looked into it a little bit and ran `box86 box86/tests/test01` with `strace -efutex` ``` [ Process PID=4060 runs in 32 bit mode. ] strace: WARNING: Proper structure decoding for...
Should I move this to a new issue? Because adding `#undef _TIME_BITS` solves the original issue and as far as I can tell other projects also handled it the same...
valgrind output for 'box86 box86/tests/test01' ``` ==27663== Memcheck, a memory error detector ==27663== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==27663== Using Valgrind-3.22.0 and LibVEX; rerun...