Skip to content

Commit

Permalink
docs(Installation): update installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
Robzz committed Feb 13, 2018
1 parent 979d0ae commit c7dbeb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Installation/src/LinuxInstall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Now you can compile the FW4SPL dependencies with make in the console, it will au
$ cd Dev\BinPkgs\Build\Debug
# Adjust the number of cores depending of the CPU cores and the RAM available on your computer
$ make -j4
$ make -j4 install
.. include:: CommonSrc.rst

Expand Down
2 changes: 1 addition & 1 deletion Installation/src/MacOSXInstall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Now you can compile the FW4SPL dependencies with make in the console, it will au

.. code:: bash
$ make all
$ make install
$ make install_tool
.. include:: CommonSrc.rst
Expand Down
2 changes: 1 addition & 1 deletion Installation/src/WindowsInstall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Dependencies build
.. code:: bash
> cd Dev\\BinPkgs\\Build\\Debug
> jom all
> jom install
* All the generated libraries are in the install directory (e.g. Dev/BinPkgs/Install/Debug or Release)

Expand Down

0 comments on commit c7dbeb7

Please sign in to comment.