Epple-II/bin/Linux/setup.sh

11 lines
328 B
Bash
Raw Normal View History

#!/bin/sh
echo "::group::configure kinetic"
2024-04-11 02:30:23 +00:00
sudo add-apt-repository "deb http://mirror.math.princeton.edu/pub/ubuntu lunar main universe"
echo "::endgroup::"
echo "::group::install dependencies"
sudo apt-get -qqqq update
2023-01-05 12:10:52 +00:00
sudo apt-get -qqqq install libboost-all-dev libwxgtk3.2-dev libsdl2-dev libgtk-3-dev
echo "::endgroup::"