1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-07 10:20:33 +00:00
pdf2htmlEX/buildScripts/getBuildTools

16 lines
216 B
Plaintext
Raw Normal View History

2019-11-21 15:36:04 +00:00
#!/bin/bash
# This bash script automates getting the required build tools (apt install)
sudo apt install \
aptitude \
git \
pkg-config \
ruby \
cmake \
make \
gcc \
g++ \
tree