mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-04-03 09:39:47 +00:00

This reverts commit 9a0a19ea528ed863448d0e4c7a796f1b58374938. ...gcc is already on the box. Hmm.
8 lines
183 B
Bash
Executable File
8 lines
183 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
sudo apt-get install software-properties-common
|
|
sudo add-apt-repository --yes ppa:george-edison55/cmake-3.x
|
|
sudo apt-get update
|
|
PREBUILT=1 ./make-linux
|