Skip to content

Commit

Permalink
docs: add note to use std=c++11 if g++ is < v8
Browse files Browse the repository at this point in the history
  • Loading branch information
gborghesan authored and kmarkus committed Aug 31, 2020
1 parent 2dbc4bd commit 10b4649
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/user/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ Now build *microblx*:
$ sudo make install
Note: it might be necessary to build with

.. code:: bash
$ make CXXFLAGS="-std=c++11"
Using yocto
-----------

Expand Down

0 comments on commit 10b4649

Please sign in to comment.