nakamochi / ndg

nakamochi daemon and gui source code
https://nakamochi.io
MIT License
2 stars 1 forks source link

Update local development dependency docs #1

Closed kristapsk closed 1 month ago

kristapsk commented 1 month ago

Building with zig v0.11.0 gives error (caused by 281c3b6e1879d0b87318b6ab632a803393dafd26 I think, but I'm too lazy to test):

$ zig build
/home/user/git/ndg/build.zig.zon:5:17: error: dependency is missing 'url' field
        .nif = .{
                ^
/home/user/git/ndg/build.zig.zon:8:17: error: dependency is missing 'url' field
        .ini = .{
                ^

Also, SDL2 isn't anymore always required dependency for local development, since X11 support is added (btw, tested building and launching ngui with Ubuntu running under WSL2 under Windows 10, it worked).

x1ddos commented 1 month ago

LGTM