-
Yay, a Zig version manager!
Could we get some shell install commands, to help first-time users who may not already have a Zig compiler installed? Similar to how rustup works.
Specifically, the u…
-
Can I use this library to access methods inside native dll? What I need is to get hardware id string at windows, I found a native dll that can get that id.
Please advice, thanks
-
Older FreeDOS versions used to have a `KERNELS.ZIP` file with `source\ukernel\boot\fat32lba.bin` and friends, as mentioned here:
http://wiki.freedos.org/wiki/index.php/How_to_Create_a_USB_Boot_Disk…
-
The "GUI Firmware updates now possible" is great feature, but I think we need the ability to select all sensors at GUI configuration because firmware.bin files will be compiled with all default senso…
-
[nokogiri is about to distribute its first version not requiring compilation on install](https://github.com/sparklemotion/nokogiri/issues?q=is%3Aissue+is%3Aopen++Native+gems). From what I gathered, th…
-
While I'm fine with compiling the program myself (I am learning to program, after all), not everyone's gonna like having to compile the program themselves.
-
Hi,
thanks for your time and effort you've put into this project. I wanted to ask, is there any possibility we could get pre-compiled versions/releases so that we don't need to compile anything on…
-
Right now I see Dockerfile fetches mvdsv and ktx and builds them from source.
This is quite time consuming, though, and generates different binaries per git source ref.
Also I see that there is al…
-
For complex builds where a simple `go run` is insufficient, it would be good to be able to run debugger directly against the executable, ala delve's `exec` command.
-
I was investigating cross compilation and decided to try out the vendor raylib. I had a problem with linking glfw, so i looked at the this configuration:
```
"linux-x64" : {
"link-args" : [],
…