Skip to content

Commit

Permalink
readme: fix install helper file name
Browse files Browse the repository at this point in the history
  • Loading branch information
skoslowski authored Feb 20, 2018
1 parent 31cecf3 commit 7288cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Otherwise run `cmake ..`
5. compile hierarchical GRC blocks<br>
These blocks are located in the 'examples' directory.<br>
hierarchical GRC blocks must be generated by opening them in GRC and clicking `Generate`. Afterwards reload blocks or restart GRC. This makes the hier blocks available in GRC just as all the other blocks.<br>
An alternative is to use the python script `examples/hier_block_install_helper.grc`, which calls 'grcc' for all grc files in the current directory and installs them.
An alternative is to use the python script `examples/hier_block_install_helper.py`, which calls 'grcc' for all grc files in the current directory and installs them.

5. Have fun<br>
If everything runs without errors the *gr-lte* blocks should be available in GRC.<br>
Expand Down

1 comment on commit 7288cc3

@1109TESLA
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Helo!
I am new to this subject, but I would like to develop a project similar to this one. However, I don't know where to start.

Please sign in to comment.