1
Fork 0
Go to file
Motiejus Jakštys 0a36e97097 add forgotten \ 2024-11-05 06:18:08 +02:00
0.10.0-675-g9d93b2ccf1-TypeOf-hack.patch run: BoundFn hack 2024-11-03 22:20:46 +02:00
Dockerfile getting there 2024-11-03 19:09:11 +02:00
README.md add forgotten \ 2024-11-05 06:18:08 +02:00
llvm-snapshot.gpg.key Initial commit 2024-11-01 09:33:22 +02:00
llvm.list Initial commit 2024-11-01 09:33:22 +02:00
run later 2024-11-03 23:44:29 +02:00

README.md

Building modern Zig from the original C++ implementation

This repository explores building Zig from the C++ implementation without using binary blobs. Forum post goes with this.

$ docker build -t zig-repro .
$ docker run -ti --rm \
    -v ~/code:/x \
    -v /home/$USER/.cache/zig:/home/$USER/.cache/zig \
    -w /x \
    zig-repro \
    sh -c "useradd -m -s /bin/bash $USER && cd zig && su $USER; bash"
$ ../zig-repro/run