Files
ewsdr/BUILD.MD
T

496 B

RUN Build Linux

lazbuild -B --ws=qt6 ewsdr.lpr

RUN Build Windows

lazbuild -B --ws=win32 ewsdr.lpr

RUN Build macOS

lazbuild -B --ws=cocoa ewsdr.lpr

Optional DMR AMBE+2 adapter (requires mbelib development files)

cmake -S native/dmr -B build/dmr -DCMAKE_BUILD_TYPE=Release cmake --build build/dmr

DMR receive/protocol tests

fpc -Fu. -FE/tmp tests/dmr_protocol_test.pas /tmp/dmr_protocol_test fpc -Fu. -FE/tmp tests/dmr_frontend_test.pas LD_LIBRARY_PATH=build/dmr /tmp/dmr_frontend_test