X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2f9232e7fc3d9f1cbcd882c7379d56a0686ec5e7..ef19ec1743b2b9f0fa33dce529a4e4d36aea185c:/cookbooks/taginfo/recipes/default.rb diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index 43e45e2ac..8650b21c7 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -31,6 +31,8 @@ package "libexpat1-dev" package "libsparsehash-dev" package "libgd2-xpm-dev" package "libicu-dev" +package "libboost-program-options-dev" +package "cmake" package "make" package "g++"