Y
Hacker News
new
|
ask
|
show
|
jobs
by
pavelbr
2852 days ago
If I wanted to actually run this compiler, how would I build it?
1 comments
z29LiTp5qUC30n
2852 days ago
git clone '
https://git.savannah.gnu.org/git/stage0.git'
make test
That should do the full bootstrap in about 1 minute
link
That should do the full bootstrap in about 1 minute