10 lines
162 B
Bash
Executable File
10 lines
162 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd deps/longnail
|
|
|
|
git submodule update --init --recursive --depth 1
|
|
OR_TOOLS_VER="9.11" ./build_deps.sh
|
|
./build_circt.sh
|
|
./build_longnail.sh
|
|
|
|
popd |