Skip to content

Commit

Permalink
add protobuf to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoll1 committed Mar 20, 2023
1 parent adcd47e commit 83bab59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osmand_osm/osm/setup_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ adduser --disabled-password --gecos "User" pat
mkdir /home/pat/projects
cd /home/pat/projects
# Install dependencies
sudo apt-get install -y curl osmium-tool postgresql postgis gdal-bin wget git python3-pip unzip openjdk-11-jdk
sudo apt-get install -y curl osmium-tool postgresql postgis gdal-bin wget git python3-pip unzip openjdk-11-jdk python3-protobuf
sudo pip3 install ogr2osm psycopg2-binary
# download source since switch to OA
sudo git clone https://github.com/pnoll1/osmand_map_creation.git --shallow-since='2020-08-25 22:00 -0700'
Expand Down

0 comments on commit 83bab59

Please sign in to comment.