Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matt32106 committed Feb 14, 2021
1 parent fc706fc commit 9d6407b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ You may need to specify the include directory for LibXML2 using the CMAKE variab

cmake -DINCLUDE_DIRECTORIES="/usr/include/libxml2" .

### Debian like Linux
You may need to install the following packages in order to compile successfully (tested ok on an Ubuntu 20.04 install):

sudo apt-get install build-essential libboost-all-dev git cmake libpng-dev libcrypt-dev libssl-dev libgd-dev libtbb-dev


### Win32

Binaries can be built using VS2019 (using MSVC 2015 build tools).
Expand Down

0 comments on commit 9d6407b

Please sign in to comment.