Skip to content

RedhawkSDR/framework-codegen

Repository files navigation

REDHAWK Code Generators

Description

REDHAWK C++, Python, and Java Code Generators

REDHAWK Documentation

REDHAWK Website: www.redhawksdr.org

Copyrights

This work is protected by Copyright. Please refer to the Copyright File for updated copyright information.

License

The REDHAWK Code Generators are licensed under the GNU Lesser General Public License (LGPL).

Installing

To install the REDHAWK Code Generators:

$ python setup.py install

This will automatically install the Code Generators to $OSSIEHOME.

If you are installing with the 'sudo' command, note that environment variables are not inherited. You will need to specify the install location manually:

$ sudo python setup.py install --home=$OSSIEHOME