Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-chassaigne committed Sep 26, 2016
2 parents 08efff7 + 2ee63d1 commit 55a2e7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/2-PI.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Configuration Pi
================
Raspberry Pi configuration
==========================

Raspbian installation
---------------------

The installation will be done on a Raspberry Pi, powered by the `*Raspbian Jessie Lite* <https://www.raspberrypi.org/downloads/raspbian/>`_ image.
The installation will be done on a Raspberry Pi, powered by the `**Raspbian Jessie Lite** <https://www.raspberrypi.org/downloads/raspbian/>`_ image.

You can follow the installation instructions for more information about how to write the image on an `SD Card <https://www.raspberrypi.org/documentation/installation/installing-images/README.md>`_.

Expand Down
6 changes: 3 additions & 3 deletions doc/3-COMPILING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Dependencies

Installation on a new Raspberry Pi image (Raspbian Jessie Lite)

Divers
~~~~~~
Packaged dependencies
~~~~~~~~~~~~~~~~~~~~~

First, let's download the basic tools for compilation, plus the server's dependencies, from the official repo::

Expand Down Expand Up @@ -60,4 +60,4 @@ Now you're all set to test the program !
Additional notes
~~~~~~~~~~~~~~~~

If there is any ``#include`` problem at compilation, don't forget to check where all the libraries are installed (``.h`` and ``.so`` files) and to update the QMake file (``src/be-server.pro``) according to their locations.
If there is any ``#include`` problem during compilation, don't forget to check where all the libraries are installed (``.h`` and ``.so`` files) and to update the QMake file (``src/be-server.pro``) according to their locations.

0 comments on commit 55a2e7c

Please sign in to comment.