-
I cloned the game on Pop!_OS 22.04 and ran 'sudo apt-get install python3 git clang libsdl2-dev'. Then after changing directory into the cloned game, I ran 'zig build'. The terminal responded with:
``…
-
including system c headers is fine, e.g. termios.h
-
-
### Pre-requisites
- [X] I have looked for any other duplicate issues
### Ly version
1.1.0-dev.102+e125d8f
### Observed behavior
When running `zig build installsystemd`, the command returns a thr…
-
### Zig Version
0.14.0-dev.2064+b5cafe223
### Steps to Reproduce and Observed Behavior
## Input C Code
```c
typedef int (*myarr)[2];
void main() {
// Define an array and set `a` to poin…
-
Heyo, I've been following this library for a long time and it's really exciting to see the work that's been recently done towards python/nodejs/C compatibility. I attempted to tackle the C ABI several…
-
Just downloaded the repository, at rev aa5fa4c, attempting to build it results in two errors:
```
error: unable to load '~/src/vendor/zig-inquirer/deps.zig': FileNotFound
```
And this one, whi…
-
Chatted about this in the zml discord. The best current approach seems to be to import a bazel-built zml library into another project on the traditional zig build system. This results in a slightly st…
-
mkdir -p /tmp/zorro_iso/EFI/BOOT
mkdir /tmp/zorro_iso/Drivers/
cp --force /tmp/limine/BOOTX64.EFI /tmp/limine/limine-uefi-cd.bin /tmp/limine/limine-bios-cd.bin /tmp/limine/limine-bios.sys boot/x86_6…
-
> [Zig is everything I want C to be](https://mrcat.au/blog/zig_is_cool/)
这篇文章对 Zig 的特色进行了简单扼要的介绍,主要有:
1. UB 行为检测。
- Zig 的指针不能是 null,需要用 optional 类型
- C 里面的 `void*` 等价于 Zig 里面的 `?…