• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-42

.gitignoreH A D26-Nov-201992 22

AUTHORSH A D26-Nov-20191 KiB2817

BUGSH A D26-Nov-20192.6 KiB4538

COPYINGH A D26-Nov-201931.2 KiB15276

INSTALLH A D26-Nov-20197.3 KiB205148

NEWSH A D26-Nov-2019819 1612

READMEH A D26-Nov-20192.1 KiB5136

THANKSH A D26-Nov-20191.1 KiB2317

hamlib.patchH A D03-May-20221.4 KiB3430

wsjtx.patchH A D03-May-20222.1 KiB8978

README

1
2 __       __   ______      _____  ________      __    __
3|  \  _  |  \ /      \    |     \|        \    |  \  |  \
4| $$ / \ | $$|  $$$$$$\    \$$$$$ \$$$$$$$$    | $$  | $$
5| $$/  $\| $$| $$___\$$      | $$   | $$ ______ \$$\/  $$
6| $$  $$$\ $$ \$$    \  __   | $$   | $$|      \ >$$  $$
7| $$ $$\$$\$$ _\$$$$$$\|  \  | $$   | $$ \$$$$$$/  $$$$\
8| $$$$  \$$$$|  \__| $$| $$__| $$   | $$       |  $$ \$$\
9| $$$    \$$$ \$$    $$ \$$    $$   | $$       | $$  | $$
10 \$$      \$$  \$$$$$$   \$$$$$$     \$$        \$$   \$$
11
12
13
14Copyright 2001 - 2018 by Joe Taylor, K1JT.
15
16WSJT-X Superbuild
17=================
18
19This  package builds  the WSJT-X  application.  It  does not  directly
20contain the source  files, instead it consists of a  CMake script that
21builds the application  by fetching the sources  from their respective
22source control repositories and then building the application.
23
24WSJT-X  also has  a CMake  build system  but currently  it also  has a
25dependency on a library called Hamlib which itself has to built from a
26fork of the  official Hamlib project. The Hamlib fork  is used because
27it  contains  the  latest  patches  not yet  accepted  by  the  Hamlib
28development team.
29
30This project combines he building of Hamlib and WSJT-X.  It also has a
31two phase mode that builds a complete source package in phase one that
32can then be transferred to another build host to be built in phase two
33there. This two  phase mode is aimed at Linux  package maintainers who
34have to have a complete upstream source package that can be built on a
35restricted build  server. The intermediate source  tarball is released
36by the WSJT-X team as a resource for conveniently building both Hamlib
37and WSJT-X from sources
38
39The WSJT-X project web site is:
40
41http://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html
42
43Please refer to the component project README files as well:
44
45https://sourceforge.net/p/wsjt/wsjtx/ci/master/tree/README
46
47for WSJT-X and:
48
49https://sourceforge.net/p/hamlib/code/ci/master/tree/README
50
51for Hamlib.