Skip to content

Commit e9ccf28

Browse files
committed
Add missing fontconfig
1 parent 4a8c147 commit e9ccf28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install_on_server.bash

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ set -u
1717
sudo apt-get update
1818
sudo apt-get install -y \
1919
git \
20-
jq \
2120
gcc \
21+
pkg-config \
22+
jq `# Used for graph generation` \
23+
libfontconfig1-dev `# Used by one of the Rust libs for graph generation` \
2224

2325
## Rust
2426
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

0 commit comments

Comments
 (0)