archbirdplus
archbirdplus
`git clone` and `./run_linux.sh` are sufficient and equivalent. You seem to be missing some -dev packages. There is a full list of linux packages under "Note for Linux Users" in...
Second issue: don't use your own zig installation, as it seems to be out of date. Cubyz installs a compiler in `./compiler/zig/zig`, but it's better to just use `run_linux.sh`.
Really? Could you try one of the other options again, now that you have all the dependencies? I remember specifically enabling all of them in #252 ...
> Side note That is intended behavior. It notices that it's missing its zig compiler, and installs the right one in `Cubyz/compiler`. But thanks for pointing it out, I should...
Interesting.
Let's close this issue and open split it into one for rewording the README and one for opening a terminal.
I mean, I always think "the README is so chaotic". All the important parts are just so scattered and disorganized, and it seems that people are constantly confused about it....
`rm -r Cubyz` removes your Cubyz download, and does not uninstall packages from your global apt installation directory.
I doubt that git or zip compression were at fault. At the very least, it would have caused very different errors. Did you use the same `sudo apt` line both...
Only just noticed this issue after making [my own PR](https://github.com/glfw/glfw/pull/2555). > for example the OpenGL library is different (the Cocoa OpenGL framework vs the libGL.dylib of XQuartz) It looks like...