You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just my two cents, it would be better to use these instructions for Ubuntu installation (so you don't need ssh authentification anymore for connecting to github):
To install on Ubuntu do:
sudo apt-get update
sudo apt-get install git build-essential pkg-config libcurl4-openssl-dev libpng-dev libjpeg-dev libtiff-dev libgeotiff-dev
git clone https://github.com/ericfischer/tile-stitch.git
cd tile-stitch
make
The text was updated successfully, but these errors were encountered:
Hi,
Just my two cents, it would be better to use these instructions for Ubuntu installation (so you don't need ssh authentification anymore for connecting to github):
To install on Ubuntu do:
The text was updated successfully, but these errors were encountered: