-
Notifications
You must be signed in to change notification settings - Fork 17
zz note: bootstrapping manually
David Jeske edited this page May 5, 2017
·
1 revision
First, git a copy of the repository:
$ git clone git://github.com/samrushing/irken-compiler.git
$ cd irken-compiler/
Build the pre-compiled binary:
$ /usr/local/bin/clang -I. self/compile.c -o self/compile
Set CC and CFLAGS:
$ export CC=/usr/local/bin/clang
$ export CFLAGS="-I."
Bootstrap:
$ self/compile self/compile.scm