Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions build-instructions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ patch cake-x64-64/cake.S cake.S.patch
# Build the compiler binary
cd cake-x64-64 && make && cd ..

# Copy the compiler binary and the exported compiler state into this directory:
cp cake-x64-64/cake cake-x64-64/config_enc_str.txt .
# Copy the compiler binary, the exported compiler state and candle_boot.ml into
# this directory:
cp cake-x64-64/cake cake-x64-64/config_enc_str.txt cake-x64-64/candle_boot.ml .

# Create the types.txt file necessary for candle_insulate.py
./cake --types < /dev/null
Expand Down
Loading