diff --git a/README.md b/README.md index 3a09fed..57b57cb 100644 --- a/README.md +++ b/README.md @@ -13,19 +13,20 @@ multimon-ng a fork of multimon. It decodes the following digital transmission mo The following changes have been made so far: - Fixes for x64 -- Basic functionality on Mac OS X 'Lion' (Soundcard/OSS input is unsupported) +- Basic functionality on Mac OS X (Soundcard/OSS input is unsupported) - `DUMMY_AUDIO` "backend" (Gets rid of the OSS dependency, breaks audio in doing so) - `ONLY_RAW` disables the format conversion while getting rid of posix dependencies -- Option `NO_X11` to disable the X11 dependency since Apple will drop Xorg soon -- Override mode for POCSAG decoding (e.g. force text decoding) +- Option `NO_X11` to disable the X11 dependency - Brute-Force BCH implementation for POCSAG forward error correction - Verbose mode is now listed in `-h` - Continued EAS/SAME development. The decoder now works, but it should be considered "alpha" quality. Do not rely on it for the reception of emergency alerts! -- Portability is a major goal +- Improved portability - Compiles on Windows (MinGW or Cygwin) without format conversion -- PulseAudio support, contributed by inf_l00p_ -- Windows native audio and a VisualStudio/MSVC project file, contributed by bzzt_ploink -- Now accepts raw samples as piped input +- Windows native audio +- PulseAudio support +- Accepts raw samples as piped input +- CSV output +- FLEX decoder In addition to the deprecated legacy Makefile there is also a file for qmake which is the preferred way of building multimon-ng. It's recommended to use qmake to generate the Makefile. @@ -40,7 +41,7 @@ sudo make install The installation prefix can be set by passing a 'PREFIX' parameter to qmake. e.g: ```qmake multimon-ng.pro PREFIX=/usr/local``` -So far multimon-ng has been successfully built on OS X, Debian, Ubuntu and Windows. +So far multimon-ng has been successfully built on OS X, Debian, Ubuntu, Windows and FreeBSD. (On Windows using the Qt-MinGW build environment, as well as Cygwin and VisualStudio/MSVC) Files can be easily converted into multimon-ng's native raw format using *sox*. e.g: