zig: Setup
csm
1 min read
Requirements:
os: linux mint
zig version: 0.13.0
vs code (with zig extension)
Steps:
Download zig package of version 0.13.0 from zig's website.
Unpack it in a place of your choice.
Add zig binary path to PATH environment variable:
- Add this line to .bashrc file:
#zig 0.13.0
export PATH=$PATH:path-to-zig-binary
Test it:
- Open terminal and run:
zig version
Output:
0.13.0
Now, open vs code and install zig's official extension from extensions.
Done!
0
Subscribe to my newsletter
Read articles from csm directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by