summaryrefslogtreecommitdiff
path: root/gr-utils/src/python/modtool/README.modtool
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/src/python/modtool/README.modtool')
-rw-r--r--gr-utils/src/python/modtool/README.modtool11
1 files changed, 11 insertions, 0 deletions
diff --git a/gr-utils/src/python/modtool/README.modtool b/gr-utils/src/python/modtool/README.modtool
index 93ce97292..84c2e66c1 100644
--- a/gr-utils/src/python/modtool/README.modtool
+++ b/gr-utils/src/python/modtool/README.modtool
@@ -6,3 +6,14 @@ Adding a new subcommand
* Add a new file called modtool_SUBCOMMAND
* Have a look at the other subcommands, it must inherit from ModTool
* Add that file to __init__.py and CMakeLists.txt
+
+The gr-newmod directory
+=======================
+This dir basically contains a copy of gr-howto-write-a-block from the gnuradio
+sources, with some differences:
+- All example blocks, apps, grc files (...) and references thereto in the
+ CMake files are removed
+- In the top-level CMake file, the project is called 'gr-howto'.
+- Any time anything relevant is changed in gr-howto-write-a-block, it should
+ be changed here, too.
+