UKHAS Wiki

UK High Altitude Society

User Tools

Site Tools


projects:dl-fldigi:build-ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:dl-fldigi:build-ubuntu [2018/06/23 23:20] – Add 18.04 instructions. m0dnyprojects:dl-fldigi:build-ubuntu [2020/08/09 14:47] (current) m0dny
Line 38: Line 38:
 Or to use the new "HAB" slim interface (advised) Or to use the new "HAB" slim interface (advised)
 <code>$ ./src/dl-fldigi --hab</code> <code>$ ./src/dl-fldigi --hab</code>
 +
 +===== Building on Ubuntu 20.04 =====
 +
 +The steps as per 18.04 can be used with one change, adding //--disable-nls// on the line below to disable native language support and remove the dependency on gettext:
 +<code>
 +$ ./configure --disable-flarq --enable-optimizations=native --disable-nls
 +</code>
  
 ===== Building on Ubuntu 18.04 ===== ===== Building on Ubuntu 18.04 =====
  
-First install the dependencies: +Install the build dependencies: 
-<code>$ sudo apt-get update +<code>$ sudo apt update 
-$ sudo apt install libssl-dev libcurl4-openssl-dev libjpeg62-dev autoconf portaudio19-dev libfltk1.3-compat-headers libpng-dev libsamplerate0-dev</code>+$ sudo apt install build-essential libssl-dev libcurl4-openssl-dev libjpeg62-dev autoconf 
 + portaudio19-dev libfltk1.3-compat-headers libpng-dev libsamplerate0-dev</code>
  
-Grab the repository (with GCC 7.3 error fix) +Grab the repository (with GCC 7.3 error fix), and compile for the target machine. 
-<code>$ git clone --recursive --depth 1 git://github.com/philcrump/dl-fldigi.git +<code>$ git clone --recursive --depth 1 https://github.com/philcrump/dl-fldigi.git 
-cd dl-fldigi/ +cd dl-fldigi/ 
-autoreconf -vfi +autoreconf -vfi 
-./configure --disable-flarq --enable-optimizations=native +./configure --disable-flarq --enable-optimizations=native 
-make+make
 </code> </code>
  
 You will now have a copy of dl-fldigi at src/dl-fldigi. You can run it from this location without installing. You will now have a copy of dl-fldigi at src/dl-fldigi. You can run it from this location without installing.
- 
-To get started, run: 
 <code>$ ./src/dl-fldigi --hab</code> <code>$ ./src/dl-fldigi --hab</code>
  
projects/dl-fldigi/build-ubuntu.1529796014.txt.gz · Last modified: 2018/06/23 23:20 by m0dny

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki