first compiled apps attempt
This commit is contained in:
17
compile.conf
Normal file
17
compile.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
[QtTermTCP]
|
||||
version=1.7
|
||||
wget=http://www.cantab.net/users/john.wiseman/Downloads/QtTermSource.zip
|
||||
install=$HOME/.local/bin
|
||||
steps=mkdir qttermtcp, cd qttermtcp, unzip, qmake, make
|
||||
|
||||
#[wsjtx]
|
||||
#version=2.7.0
|
||||
#wget=https://physics.princeton.edu/pulsar/k1jt/wsjtx-2.7.0.tgz
|
||||
#install=/usr/local/bin/wsjtx
|
||||
#steps=mkdir build, cd build, cmake .., make -j$(nproc), sudo make install
|
||||
|
||||
#[fldigi]
|
||||
#version=4.2.05
|
||||
#git=https://git.code.sf.net/p/fldigi/fldigi
|
||||
#install=/usr/local/bin/fldigi
|
||||
#steps=autoreconf -fi, ./configure, make -j$(nproc), sudo make install
|
||||
Reference in New Issue
Block a user