lasp/scripts/build_ubuntu.sh

10 lines
158 B
Bash
Raw Normal View History

2023-07-14 08:12:42 +00:00
#!/bin/sh
#
apt update
apt install -y python3-venv
git submodule update --init --recursive
cmake .
# More than two processes creates too much load
make -j2