diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BUILDING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BUILDING.md b/docs/BUILDING.md index c7415b1..a9096eb 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -154,7 +154,7 @@ This would be all distributions based on Debian, like Ubuntu, Linux Mint and the $ sudo apt-get install git cmake cmake-curses-gui make g++ # uscxml required dependencies - $ sudo apt-get install libxml2-dev + $ sudo apt-get install libxml2-dev libcurl4-openssl-dev There may still be packages missing due to the set of dependencies among packages in the various distributons. Try to run cmake and resolve dependencies until you |