QB64Bot
QB64Bot
**Comment by [ghost](https://github.com/ghost)** _Monday Jan 22, 2018 at 23:59 GMT_ ---- Verified. QB64 indeed gets this wrong somehow, and I'm not entirely certain why `INTEGER` is taking up 4 bytes...
**Comment by [ismaell](https://github.com/ismaell)** _Saturday Sep 09, 2017 at 04:07 GMT_ ---- Anyone tried it?
**Comment by [ghost](https://github.com/ghost)** _Saturday Sep 09, 2017 at 12:11 GMT_ ---- I just tried it. Is this meant to replace the existing shell/command script because currently the shell script does...
**Comment by [FellippeHeitor](https://github.com/FellippeHeitor)** _Saturday Sep 09, 2017 at 21:42 GMT_ ---- We are probably sticking with the default script for now, based on the feedback above. @Ismaell: if you have...
**Comment by [ismaell](https://github.com/ismaell)** _Sunday Sep 10, 2017 at 15:25 GMT_ ---- @chronokitsune3233 It's meant to ease packaging for the OS. It could complain about dependencies, but it shouldn't build anything...
**Comment by [ismaell](https://github.com/ismaell)** _Sunday Sep 10, 2017 at 15:28 GMT_ ---- @FellippeHeitor It has been open for quite some time, wouldn't hurt to keep it open some more. I would...
**Comment by [ismaell](https://github.com/ismaell)** _Sunday Sep 10, 2017 at 15:35 GMT_ ---- I never dug into the internals of QB64... Should `libqb` be a shared object? Is `internal/source` guaranteed to be...
**Comment by [mkilgore](https://github.com/mkilgore)** _Sunday Sep 10, 2017 at 16:35 GMT_ ---- Hey, I saw this and though I'd chime in. I wrote/rewrote the original ./setup_lnx.sh that's in the repo today...
**Comment by [ghost](https://github.com/ghost)** _Sunday Sep 10, 2017 at 17:56 GMT_ ---- @ismaell I think this overview will provide you with enough insight to get a general idea, though I'm still...
**Comment by [ghost](https://github.com/ghost)** _Sunday Sep 10, 2017 at 17:58 GMT_ ---- @mkilgore I've been giving this some thought since I saw this. The current script does a lot more, but...