User Tools

Site Tools


wsjtz

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
wsjtz [2023/06/16 09:33] 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.1686907990.txt.gz · Last modified: (external edit)