User Tools

Site Tools


wsjtz

Differences

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

Link to this comparison view

Next revision
Previous revision
wsjtz [2023/06/02 06:51] – created tonwsjtz [2026/02/06 10:07] (current) – [Checking out and building a custom HamLib] 172.21.0.1
Line 24: Line 24:
   mkdir hamlib    mkdir hamlib 
   cd hamlib   cd hamlib
-  git clone git://git.code.sf.net/u/bsomervi/hamlib src+  git clone https://github.com/Hamlib/Hamlib.git src
   cd src    cd src 
-  git checkout integration 
   ./bootstrap   ./bootstrap
-  mkdir ../build +  mkdir build 
-  cd ../build+  cd build
   ../configure --prefix=$HOME/hamlib-prefix --disable-shared --enable-static --without-cxx-binding --disable-winradio CFLAGS="-g -O2 -fdata-sections -ffunction-sections"  LDFLAGS="-Wl,--gc-sections"   ../configure --prefix=$HOME/hamlib-prefix --disable-shared --enable-static --without-cxx-binding --disable-winradio CFLAGS="-g -O2 -fdata-sections -ffunction-sections"  LDFLAGS="-Wl,--gc-sections"
-  make -j4 +  make -j${NUMPROC}
   make install-strip   make install-strip
-  cd ../../+  cd ../../../
  
 ====Checkout and build WSJTX==== ====Checkout and build WSJTX====
wsjtz.1685688661.txt.gz · Last modified: (external edit)