projects:dl-fldigi:build-ubuntu
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:dl-fldigi:build-ubuntu [2018/06/23 23:20] – Add 18.04 instructions. m0dny | projects:dl-fldigi:build-ubuntu [2020/08/09 14:47] (current) – m0dny | ||
---|---|---|---|
Line 38: | Line 38: | ||
Or to use the new " | Or to use the new " | ||
< | < | ||
+ | |||
+ | ===== Building on Ubuntu 20.04 ===== | ||
+ | |||
+ | The steps as per 18.04 can be used with one change, adding // | ||
+ | < | ||
+ | $ ./configure --disable-flarq --enable-optimizations=native --disable-nls | ||
+ | </ | ||
===== Building on Ubuntu 18.04 ===== | ===== Building on Ubuntu 18.04 ===== | ||
- | First install | + | Install |
- | < | + | < |
- | $ sudo apt install libssl-dev libcurl4-openssl-dev libjpeg62-dev autoconf portaudio19-dev libfltk1.3-compat-headers libpng-dev libsamplerate0-dev</ | + | $ sudo apt install |
+ | portaudio19-dev libfltk1.3-compat-headers libpng-dev libsamplerate0-dev</ | ||
- | Grab the repository (with GCC 7.3 error fix) | + | Grab the repository (with GCC 7.3 error fix), and compile for the target machine. |
- | < | + | < |
- | cd dl-fldigi/ | + | $ cd dl-fldigi/ |
- | autoreconf -vfi | + | $ autoreconf -vfi |
- | ./configure --disable-flarq --enable-optimizations=native | + | $ ./configure --disable-flarq --enable-optimizations=native |
- | make | + | $ make |
</ | </ | ||
You will now have a copy of dl-fldigi at src/ | You will now have a copy of dl-fldigi at src/ | ||
- | |||
- | To get started, run: | ||
< | < | ||
projects/dl-fldigi/build-ubuntu.1529796014.txt.gz · Last modified: 2018/06/23 23:20 by m0dny