Skip to content

Commit 8669f1d

Browse files
committedAug 14, 2015
manual: llvmlite-artiq conda package needs a recent libstdc++6
1 parent cf74cd0 commit 8669f1d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

Diff for: ‎doc/manual/installing.rst

+19
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,25 @@ Then you can install the ARTIQ package, it will pull all the necessary dependenc
4242

4343
$ conda install artiq
4444

45+
.. note::
46+
You need to have a recent libstdc++6.
47+
If you are installing on e.g. Ubuntu 14.04 LTS: you need to update your
48+
libstdc++6.
49+
50+
If the following command outputs `GLIBCXX_3.4.20`, then you don't need to
51+
upgrade::
52+
53+
$ strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX_3.4.20
54+
GLIBCXX_3.4.20
55+
56+
Adapt the previous command to the location of libstdc++ on your system.
57+
58+
To upgrade, on Ubuntu you need to do the following::
59+
60+
$ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
61+
$ sudo apt-get update
62+
$ sudo apt-get install libstdc++6
63+
4564
Preparing the core device FPGA board
4665
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4766

0 commit comments

Comments
 (0)
Please sign in to comment.