You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
485 B
485 B
# This directory contains Pavel Yazev's Project 25 IMBE Encoder/Decoder
# It also contains KA1RBI's interface module for GNU Radio
If you're building from SVN, you'll need to use this sequence, since
SVN doesn't contain configure or the generated Makefiles.
$ ./bootstrap
$ ./configure
$ make
$ make check
For increased performance, you may wish to consider compiling with higher
optimization, for example:
$ ./configure CXXFLAGS="-O3"
or
$ ./configure CXXFLAGS="-O6"