Skip to content

CCMeta/hello_zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello_zig

- cross-compile: zig build-exe .\hello.zig -target aarch64-linux-gnu // Already test with CC50 & Android & Yocto, also aarch64-linux-musl and aarch64-linux-musleabi
- build static lib: zig build-lib .\src\main.zig
- build dynamic lib: zig build-lib .\src\main.zig -dynamic
- build with C: zig build-exe .\hello.zig -lc 
- translate C file: zig translate-c .\test.c -lc > test.zig

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors