mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-19 09:31:24 +00:00
9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
|
|
||
|
emconfigure ./configure --includedir=/Library/Developer/CommandLineTools/usr/include
|
||
|
cd src
|
||
|
emmake make ../verilator_bin
|
||
|
cd ..
|
||
|
mkdir -p js
|
||
|
cp verilator_bin js/verilator_bin.bc
|
||
|
make -f Makefile.local
|