7 lines
170 B
Bash
Executable File
7 lines
170 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
sudo apt update && sudo apt install -y \
|
|
rsync ninja-build \
|
|
libfmt-dev libceres-dev libeigen3-dev \
|
|
nlohmann-json3-dev libyaml-cpp-dev
|