]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/recipes/default.rb
nominatim: add boost dependencies for osm2pgsql C++
[chef.git] / cookbooks / nominatim / recipes / default.rb
index ebcc5d7835ccf24b46659e5858c1d5a2fa40d562..bb5ff5c946e586929628e95a7b43b578869b9e99 100644 (file)
@@ -130,6 +130,10 @@ package "libproj-dev"
 package "libprotobuf-c0-dev"
 package "protobuf-c-compiler"
 package "python-psycopg2"
+package "libboost-dev"
+package "libboost-system-dev"
+package "libboost-filesystem-dev"
+package "libboost-thread-dev"
 
 execute "php-pear-db" do
   command "pear install DB"