From: Jochen Topf Date: Tue, 17 Nov 2015 10:36:45 +0000 (+0100) Subject: Add cmake to taginfo recipe. X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/adb83d04bca71359e958fb1db019bef8021cd587 Add cmake to taginfo recipe. Will be needed to build osmium. --- diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index 43e45e2ac..68b9210ac 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -31,6 +31,7 @@ package "libexpat1-dev" package "libsparsehash-dev" package "libgd2-xpm-dev" package "libicu-dev" +package "cmake" package "make" package "g++"