←back to thread

Zig is hard but worth it

(ratfactor.com)
401 points signa11 | 1 comments | | HN request time: 0.393s | source
Show context
ok123456 ◴[] No.36152055[source]
One annoying thing I ran into when trying zig is they don't distribute debs any more for Debian distributions. They just tell you to use a snap. I don't have snap, and don't want it.

Compiling it requires the latest llvm toolchian (16), which is only realistically going to be available as a package if you're on a bleeding edge distribution.

replies(4): >>36152162 #>>36152563 #>>36154601 #>>36158861 #
1. eatonphil ◴[] No.36154601[source]
What's wrong with downloading the binary? curl + mv + chown should do it?