1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-02-12 02:20:10 -06:00

14 lines
265 B
Bash
Raw Normal View History

2024-03-05 16:42:40 +08:00
#!/bin/sh
set -e
set -x
# TODO: This isn't ideal.
cd externals
git clone https://github.com/MerryMage/ext-boost
cd ..
mkdir -p $HOME/.local
curl -L https://cmake.org/files/v3.8/cmake-3.8.0-Linux-x86_64.tar.gz \
| tar -xz -C $HOME/.local --strip-components=1