Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
GliderGeek authored and Turbo87 committed May 19, 2018
1 parent e6b493e commit 6ffbc11
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ Now you can install the python dependencies by calling:
$ pipenv install --dev

*Note: You might have to install the additional Ubuntu/Debian packages
`libpq-dev`, `python-dev` and `g++` for the `psycopg2` dependency. Furthermore the XCSoar tools might require additional dependecies (see XCSoar tools section)*
`libpq-dev`, `python-dev` and `g++` for the `psycopg2` dependency.
Furthermore the XCSoar tools might require additional dependencies (see
XCSoar tools section)*


## PostGIS database
Expand Down Expand Up @@ -85,9 +87,10 @@ Since the [XCSoar](http://www.xcsoar.org/) project already has much of the code
implemented that is necessary for flight analysis, it makes sense to reuse that
code where applicable. *SkyLines* is using XCSoar as a python library. This library
is built and installed by the `xcsoar` python package. To build this library you
might have to install additional librarie `libcurl` and `freetype`, which can be installed
on Debian/Ubuntu by executing `apt-get install libcurl4-openssl-dev` and `apt-get install libfreetype6-dev` respectively. Please have
a look into the XCSoar documentation if you need more help with the building process.
might have to install additional libraries like `libcurl` and `freetype`, which
can be installed on Debian/Ubuntu by executing
`apt-get install libcurl4-openssl-dev libfreetype6-dev`. Please have a look into
the XCSoar documentation if you need more help with the building process.


## Running the debug server
Expand Down

0 comments on commit 6ffbc11

Please sign in to comment.