Skip to content
Snippets Groups Projects
Commit 04058497 authored by Glenn Bradford's avatar Glenn Bradford
Browse files

Update README.md

parent 04038803
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,21 @@ $ cmake ..
$ make
$ sudo make install
```
You should see a number of blocks installed in GRC under the **\[cdc\]** category.
You should see a number of blocks installed in GRC under the **\[cdc\]**
category.
If you are using the old Ubuntu VM (currently installed on EDS 12 computers),
you also need to set the following environment variables in the terminal in
order to access the installed gr-cdc module.
```
$ export PYTHONPATH=/usr/local/lib/python3/dist_packages/
$ export LD_LIBRARY_PATH=/usr/local/lib/x86_64-linux-gnu/
$ sudo ldconfig
```
Add these updates to your bash profile ('~/.bashrc') and you will not need to
set these variables everytime you open a new terminal.
## Primary User Reference Code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment