Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
izolyomi committed Nov 20, 2017
1 parent 379a0ba commit 596c3b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ and query a rough approximation of your GPS location based on your IP address.
It will print generated options to the console, so you can copy-paste them
to your command line or redirect them to your config file as

generate-iop-locnet-config.py > ~/.iop-locnet/locnet.conf
generate-iop-locnet-config.py > ~/.iop-locnet/iop-locnet.cfg

Note that the application will create its database and log files under `~/.iop-locnet` by default.
If application startup is successful, it will open three sockets and serve requests on them.
Expand Down Expand Up @@ -156,9 +156,9 @@ If you are on Ubuntu 17.04 you are lucky and just have to do:
Otherwise, for others Ubuntu distributions from 14.04, you will have to compile a protobuf compiler by yourself:

apt-get install -y curl g++ cmake automake autoconf libprotobuf-dev libspatialite-dev
curl -OL https://github.com/google/protobuf/releases/download/v3.0.0/protobuf-cpp-3.0.0.tar.gz
tar zxvf protobuf-cpp-3.0.0.tar.gz
cd protobuf-3.0.0
curl -OL https://github.com/google/protobuf/releases/download/v3.5.0/protobuf-cpp-3.5.0.tar.gz
tar zxvf protobuf-cpp-3.5.0.tar.gz
cd protobuf-3.5.0
./configure
make
make install
Expand Down

0 comments on commit 596c3b3

Please sign in to comment.