From 5c64cd63068d1b2262a8eec11ba84708fe1094c0 Mon Sep 17 00:00:00 2001 From: Matt Keeter Date: Wed, 30 Oct 2019 08:38:49 -0400 Subject: [PATCH] Add optional dependency per issue #206 --- BUILDING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index 287f4ce9..b31408e8 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -45,6 +45,8 @@ Tested on a clean Xubuntu 16.04 virtual machine: # Install dependencies sudo apt install git build-essential libpng-dev python3-dev libboost-all-dev libgl1-mesa-dev lemon flex qt5-default ninja-build cmake +(On some distros, you may need to install `libqt5opengl5` as well). + # Clone the repo git clone https://github.com/mkeeter/antimony cd antimony