Skip to content

Commit

Permalink
manual: llvmlite-artiq conda package needs a recent libstdc++6
Browse files Browse the repository at this point in the history
fallen committed Aug 14, 2015
1 parent cf74cd0 commit 8669f1d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/manual/installing.rst
Original file line number Diff line number Diff line change
@@ -42,6 +42,25 @@ Then you can install the ARTIQ package, it will pull all the necessary dependenc

$ conda install artiq

.. note::
You need to have a recent libstdc++6.
If you are installing on e.g. Ubuntu 14.04 LTS: you need to update your
libstdc++6.

If the following command outputs `GLIBCXX_3.4.20`, then you don't need to
upgrade::

$ strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX_3.4.20
GLIBCXX_3.4.20

Adapt the previous command to the location of libstdc++ on your system.

To upgrade, on Ubuntu you need to do the following::

$ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
$ sudo apt-get update
$ sudo apt-get install libstdc++6

Preparing the core device FPGA board
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 comments on commit 8669f1d

Please sign in to comment.