aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArpit Gupta <guptarpit1997@gmail.com>2019-01-23 22:42:46 +0530
committerAndrej Rode <mail@andrejro.de>2019-02-14 15:46:25 +0100
commit3864d35f53a79bd201a1d1da4e7c30533793a6c9 (patch)
tree15c168416b524992265897810e399b392f1a784a
parentgrc: fix for GRC's block hotkeys (diff)
downloadgnuradio-3864d35f53a79bd201a1d1da4e7c30533793a6c9.tar.xz
gnuradio-3864d35f53a79bd201a1d1da4e7c30533793a6c9.zip
Update README.md with instructions about PyBOMBS and python3.x
Using these instructions it should now be possible to build GNU Radio with python3.x support using PyBOMBS.
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1d54bc56b..0bdc85946 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,30 @@ Abbreviated instructions are duplicated below.
and a `"Release"` type that builds with `-O3`, which is the default.
+### PyBOMBS with support of python 3.x
+PyBOMBS currently builds GNU Radio with support of python 2.7, so to make it work with python 3.x, instructions are given below.
+
+1. Change the PYTHONPATH line in setup_env.sh, to just 3.x paths.
+
+
+2. Find the PyBOMBS recipe "gnuradio.lwr" in .pybombs directory, check this for reference
+ ```
+ https://github.com/gnuradio/gr-recipes/blob/master/gnuradio.lwr
+ ```
+
+
+3. Change the "gitbranch" to "master".
+
+
+4. In gnuradio.lwr recipe file, add "-DENABLE_CTRLPORT_THRIFT=OFF" in "config_opt".
+
+
+5. Clear out your prior GR PyBOMBS build(s) and tell PyBOMBS to install via this recipe.
+ ```
+ pybombs install gnuradio
+ ```
+
+
## Legal Matters
Some files have been changed many times throughout the years. Copyright