![]() git-svn-id: http://op25.osmocom.org/svn/trunk@269 65a5c917-d112-43f1-993d-58c26a4786be |
||
---|---|---|
.. | ||
src | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
INSTALL | ||
Makefile.am | ||
Makefile.common | ||
NEWS | ||
README | ||
bootstrap | ||
configure.ac |
README
# 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"