Skip to content

Commit 4b05898

Browse files
committed
4.1.0a Documentation Alignment with v4.1
1 parent b9560b0 commit 4b05898

17 files changed

+586
-653
lines changed

docs/ver4/AN4.html

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="keywords" content="JTSDK, JT-ware, wsjtx, jtdx, js8call, build wsjtx, compile wsjtx, Qt, Windows, software, development">
6-
<title>JSDK 4.0 Application Notes</title>
6+
<title>JSDK 4.1 Application Notes</title>
77
<link rel="stylesheet" href="../style-new.css">
88
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
99
</head>
@@ -33,26 +33,25 @@ <h2>Evolving the JT-ware Software Developer's Kit (JTSDK)</h2>
3333
</table>
3434
<hr>
3535
<table width="100%" border="0">
36-
<tr>
37-
<td width="12.5%" align="center"><a href="DG4.html">Installation</a></td>
38-
<td width="12.5%" align="center"><a href="DG4-Build-x64-JT-ware.html">Build x64</a></td>
39-
<td width="12.5%" align="center"><a href="DG4-Build-x86-JT-ware.html">Build x86</a></td>
40-
<td width="12.5%" align="center"><a href="DO4.html">Developers</a></td>
41-
<td width="12.5%" align="center"><a href="AN4.html">Notes</a></td>
42-
<td width="12.5%" align="center"><a href="QU4.html">Questions</a></td>
43-
<td width="12.5%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/">Sourceforge</a></td>
44-
<td width="12.5%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/">Download</a</td>
45-
</tr>
36+
<tr>
37+
<td width="14.3%" align="center"><a href="../ver4/DG4.html">Installation</a></td>
38+
<td width="14.3%" align="center"><a href="../ver4/DG4-Build-x64.html">Build x64</a></td>
39+
<td width="14.3%" align="center"><a href="../ver4/DO4.html">Developers</a></td>
40+
<td width="14.3%" align="center"><a href="../ver4/AN4.html">Notes</a></td>
41+
<td width="14.3%" align="center"><a href="../ver4/QU4.html">Questions</a></td>
42+
<td width="14.3%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/">Sourceforge</a></td>
43+
<td width="14.2%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/">Download</a</td>
44+
</tr>
4645
</table>
4746
<hr/>
4847

49-
<h2>JTSDK 4.0 Application Notes</h2>
48+
<h2>JTSDK 4.1 Application Notes</h2>
5049

5150
<hr>
5251

5352
<h3>Direction</h3>
5453
<ul>
55-
<p>The <strong>JTSDK 4.0.0</strong> evolves the kits from Windows Batch Files towards Windows
54+
<p>The <strong>JTSDK 4.1.0</strong> evolves the kits from Windows Batch Files towards Windows
5655
<a href="https://docs.microsoft.com/en-us/powershell/">PowerShell</a>-based scripts. <a href="https://docs.microsoft.com/en-us/powershell/">PowerShell</a> is also supported in Mac and
5756
Linux environs, so common-adaptation for these purposes may occur as the kits evolve. </p>
5857
<p>This started as an experiment to reduce maintenance (i.e. new package versions).
@@ -65,15 +64,15 @@ <h3>The Version 3.2 Base Stream</h3>
6564
<ul>
6665
<p>The <strong>Version 3.2</strong> stream is a learning, discovery and technique refinement experiment. </p>
6766
</ul>
68-
<h3>Version 4.0.0</h3>
67+
<h3>Version 4.1.0</h3>
6968
<ul>
70-
<p>The <strong>JTSDK 4.0.0</strong> outwardly will appear similar to the <strong>JTSDK 3.2.0</strong>-stream. Yet the
71-
<strong>JTSDK 4.0.0</strong> has significant enhancements in that many of the key commands now accept
69+
<p>The <strong>JTSDK 4.1.0</strong> outwardly will appear similar to the <strong>JTSDK 3.2.0</strong>-stream. Yet the
70+
<strong>JTSDK 4.1.0</strong> has significant enhancements in that many of the key commands now accept
7271
switches that can make the process of developing code quicker and simpler.</p>
7372
<p>In addition the &quot;mirroring&quot; of <strong>build-hamlib.sh</strong> and <strong>build-hamlib.sh-static</strong> has been
7473
broken - with <strong>build-hamlib.sh</strong> offering a number of additional command-line switches to
7574
aid developers.</p>
76-
<p>The <strong>JTSDK 4.0.0</strong> provides a version of <a href="https://libusb.info/">LibUSB 1.0.27</a> that we have supplied. Update packages may suuply later versions.</p>
75+
<p>The <strong>JTSDK 4.1.0</strong> provides a version of <a href="https://libusb.info/">LibUSB 1.0.27</a> that we have supplied. Update packages may suuply later versions.</p>
7776
</ul>
7877

7978
<table width="*" align="center" border="1">
@@ -325,7 +324,7 @@ <h2>Conclusion and Further References</h2>
325324
<ul>
326325
<p>The aim of <strong>JTSDK64-Tools</strong> is to use an Agile delivery approach to create a
327326
high-quality, yet flexible build system. </p>
328-
<p>Base ref: <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/README.md">https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/README.md</a></p>
327+
<p>Base ref: <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/README.md">https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/README.md</a></p>
329328
</ul>
330329
<hr>
331330
<table width="100%" border="0">

docs/ver4/DG4-Build-Boost.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,13 @@ <h2>Evolving the JT-ware Software Developer's Kit (JTSDK)</h2>
3434
<hr>
3535
<table width="100%" border="0">
3636
<tr>
37-
<td width="12.5%" align="center"><a href="DG4.html">Installation</a></td>
38-
<td width="12.5%" align="center"><a href="DG4-Build-x64-JT-ware.html">Build x64</a></td>
39-
<td width="12.5%" align="center"><a href="DG4-Build-x86-JT-ware.html">Build x86</a></td>
40-
<td width="12.5%" align="center"><a href="DO4.html">Developers</a></td>
41-
<td width="12.5%" align="center"><a href="AN4.html">Notes</a></td>
42-
<td width="12.5%" align="center"><a href="QU4.html">Questions</a></td>
43-
<td width="12.5%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/">Sourceforge</a></td>
44-
<td width="12.5%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/">Download</a</td>
37+
<td width="14.3%" align="center"><a href="../ver4/DG4.html">Installation</a></td>
38+
<td width="14.3%" align="center"><a href="../ver4/DG4-Build-General.html">Build x64</a></td>
39+
<td width="14.3%" align="center"><a href="../ver4/DO4.html">Developers</a></td>
40+
<td width="14.3%" align="center"><a href="../ver4/AN4.html">Notes</a></td>
41+
<td width="14.3%" align="center"><a href="../ver4/QU4.html">Questions</a></td>
42+
<td width="14.3%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/">Sourceforge</a></td>
43+
<td width="14.2%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/">Download</a</td>
4544
</tr>
4645
</table>
4746
<hr/>
@@ -74,8 +73,8 @@ <h2>Building from mingw64 Environment </h2>
7473
<hr/>
7574
<h3>Step 1: Download and fully deploy the latest JTSDK</h3>
7675
<ul>
77-
<li>The JTSDK Version 4.0.0 and any Tools packages can be found at: <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/">https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/ </a></li>
78-
<li>Refer to the <a href="DG4.html">Deployment Guide for deploying JTSDK 4.0.0</a>.</li>
76+
<li>The JTSDK Version 4.1.0 and any Tools packages can be found at: <a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/">https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/ </a></li>
77+
<li>Refer to the <a href="DG4.html">Deployment Guide for deploying JTSDK 4.1.0</a>.</li>
7978
</ul>
8079

8180
<h3>Step 2: Deploy the Build Tools</h3>

docs/ver4/DG4-Build-FFTW.html

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="keywords" content="JTSDK, JT-ware, wsjtx, jtdx, js8call, build wsjtx, compile wsjtx, Qt, Windows, software, development, FFTW">
6-
<title>JTSDK 4.0 Guide for Building FFTW</title>
6+
<title>JTSDK 4.1 Guide for Building FFTW</title>
77
<link rel="stylesheet" href="../style-new.css">
88
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
99
</head>
@@ -32,19 +32,18 @@ <h2>Evolving the JT-ware Software Developer's Kit (JTSDK)</h2>
3232
</table>
3333

3434
<hr/>
35-
<table width="100%" border="0">
36-
<tr>
37-
<td width="12.5%" align="center"><a href="DG4.html">Installation</a></td>
38-
<td width="12.5%" align="center"><a href="DG4-Build-x64-JT-ware.html">Build x64</a></td>
39-
<td width="12.5%" align="center"><a href="DG4-Build-x86-JT-ware.html">Build x86</a></td>
40-
<td width="12.5%" align="center"><a href="DO4.html">Developers</a></td>
41-
<td width="12.5%" align="center"><a href="AN4.html">Notes</a></td>
42-
<td width="12.5%" align="center"><a href="QU4.html">Questions</a></td>
43-
<td width="12.5%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/">Sourceforge</a></td>
44-
<td width="12.5%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/">Download</a</td>
45-
</tr>
46-
</table>
47-
<hr/>
35+
<table width="100%" border="0">
36+
<tr>
37+
<td width="14.3%" align="center"><a href="../ver4/DG4.html">Installation</a></td>
38+
<td width="14.3%" align="center"><a href="../ver4/DG4-Build-General.html">Build x64</a></td>
39+
<td width="14.3%" align="center"><a href="../ver4/DO4.html">Developers</a></td>
40+
<td width="14.3%" align="center"><a href="../ver4/AN4.html">Notes</a></td>
41+
<td width="14.3%" align="center"><a href="../ver4/QU4.html">Questions</a></td>
42+
<td width="14.3%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/">Sourceforge</a></td>
43+
<td width="14.2%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/">Download</a</td>
44+
</tr>
45+
</table>
46+
<hr/>
4847
<h2>Guide for Building FFTW</h2>
4948
<hr/>
5049

@@ -58,9 +57,9 @@ <h2>Guide for Building FFTW</h2>
5857
<h3>Step 1: Download and fully deploy the Latest JTSDK</h3>
5958

6059
<ul>
61-
<li>Version 4.0.0 can be found at:</li>
60+
<li>Version 4.1.0 can be found at:</li>
6261
<ul>
63-
<li><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-3.4-Stream/">https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-3.4-Stream/</a></li>
62+
<li><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/">https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/</a></li>
6463
</ul>
6564
</ul>
6665

docs/ver4/DG4-Build-FLApps.html

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="keywords" content="JTSDK, JT-ware, wsjtx, jtdx, js8call, build wsjtx, compile wsjtx, Qt, Windows, software, development, Portaudio, audio, portaudio.com">
6-
<title>JTSDK 4.0 Guide for Building LibUSB</title>
6+
<title>JTSDK 4.1 Guide for Building LibUSB</title>
77
<link rel="stylesheet" href="../style-new.css">
88
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
99
</head>
@@ -33,18 +33,17 @@ <h2>Evolving the JT-ware Software Developer's Kit (JTSDK)</h2>
3333

3434
<hr/>
3535
<table width="100%" border="0">
36-
<tr>
37-
<td width="12.5%" align="center"><a href="DG4.html">Installation</a></td>
38-
<td width="12.5%" align="center"><a href="DG4-Build-x64-JT-ware.html">Build x64</a></td>
39-
<td width="12.5%" align="center"><a href="DG4-Build-x86-JT-ware.html">Build x86</a></td>
40-
<td width="12.5%" align="center"><a href="DO4.html">Developers</a></td>
41-
<td width="12.5%" align="center"><a href="AN4.html">Notes</a></td>
42-
<td width="12.5%" align="center"><a href="QU4.html">Questions</a></td>
43-
<td width="12.5%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/">Sourceforge</a></td>
44-
<td width="12.5%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/">Download</a</td>
45-
</tr>
46-
</table>
47-
<hr/>
36+
<tr>
37+
<td width="14.3%" align="center"><a href="../ver4/DG4.html">Installation</a></td>
38+
<td width="14.3%" align="center"><a href="../ver4/DG4-Build-General.html">Build x64</a></td>
39+
<td width="14.3%" align="center"><a href="../ver4/DO4.html">Developers</a></td>
40+
<td width="14.3%" align="center"><a href="../ver4/AN4.html">Notes</a></td>
41+
<td width="14.3%" align="center"><a href="../ver4/QU4.html">Questions</a></td>
42+
<td width="14.3%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/">Sourceforge</a></td>
43+
<td width="14.2%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/">Download</a</td>
44+
</tr>
45+
</table>
46+
<hr/>
4847
<h2>Guide for Building FL-Applications</h2>
4948
<hr/>
5049
<ul>

docs/ver4/DG4-Build-General.html

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="keywords" content="JTSDK, JT-ware, wsjtx, jtdx, js8call, build wsjtx, compile wsjtx, Qt, Windows, software, development">
6-
<title>JTSDK 4.0 General Guide for Building Libraries and Software</title>
6+
<title>JTSDK 4.1 General Guide for Building Libraries and Software</title>
77
<link rel="stylesheet" href="../style-new.css">
88
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
99
</head>
@@ -35,18 +35,17 @@ <h2>Evolving the JT-ware Software Developer's Kit (JTSDK)</h2>
3535

3636
<hr/>
3737
<table width="100%" border="0">
38-
<tr>
39-
<td width="12.5%" align="center"><a href="DG4.html">Installation</a></td>
40-
<td width="12.5%" align="center"><a href="DG4-Build-x64-JT-ware.html">Build x64</a></td>
41-
<td width="12.5%" align="center"><a href="DG4-Build-x86-JT-ware.html">Build x86</a></td>
42-
<td width="12.5%" align="center"><a href="DO4.html">Developers</a></td>
43-
<td width="12.5%" align="center"><a href="AN4.html">Notes</a></td>
44-
<td width="12.5%" align="center"><a href="QU4.html">Questions</a></td>
45-
<td width="12.5%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/">Sourceforge</a></td>
46-
<td width="12.5%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/">Download</a</td>
47-
</tr>
48-
</table>
49-
<hr/>
38+
<tr>
39+
<td width="14.3%" align="center"><a href="../ver4/DG4.html">Installation</a></td>
40+
<td width="14.3%" align="center"><a href="../ver4/DG4-Build-General.html">Build x64</a></td>
41+
<td width="14.3%" align="center"><a href="../ver4/DO4.html">Developers</a></td>
42+
<td width="14.3%" align="center"><a href="../ver4/AN4.html">Notes</a></td>
43+
<td width="14.3%" align="center"><a href="../ver4/QU4.html">Questions</a></td>
44+
<td width="14.3%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/">Sourceforge</a></td>
45+
<td width="14.2%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/">Download</a</td>
46+
</tr>
47+
</table>
48+
<hr/>
5049
<h2>General Guide for Building Software</h2>
5150
<hr/>
5251

docs/ver4/DG4-Build-LibUSB.html

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="keywords" content="JTSDK, JT-ware, wsjtx, jtdx, js8call, build wsjtx, compile wsjtx, Qt, Windows, software, development, Portaudio, audio, portaudio.com">
6-
<title>JTSDK 4.0 Guide for Building LibUSB</title>
6+
<title>JTSDK 4.1 Guide for Building LibUSB</title>
77
<link rel="stylesheet" href="../style-new.css">
88
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
99
</head>
@@ -33,18 +33,17 @@ <h2>Evolving the JT-ware Software Developer's Kit (JTSDK)</h2>
3333

3434
<hr/>
3535
<table width="100%" border="0">
36-
<tr>
37-
<td width="12.5%" align="center"><a href="DG4.html">Installation</a></td>
38-
<td width="12.5%" align="center"><a href="DG4-Build-x64-JT-ware.html">Build x64</a></td>
39-
<td width="12.5%" align="center"><a href="DG4-Build-x86-JT-ware.html">Build x86</a></td>
40-
<td width="12.5%" align="center"><a href="DO4.html">Developers</a></td>
41-
<td width="12.5%" align="center"><a href="AN4.html">Notes</a></td>
42-
<td width="12.5%" align="center"><a href="QU4.html">Questions</a></td>
43-
<td width="12.5%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/">Sourceforge</a></td>
44-
<td width="12.5%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/">Download</a</td>
45-
</tr>
46-
</table>
47-
<hr/>
36+
<tr>
37+
<td width="14.3%" align="center"><a href="../ver4/DG4.html">Installation</a></td>
38+
<td width="14.3%" align="center"><a href="../ver4/DG4-Build-General.html">Build x64</a></td>
39+
<td width="14.3%" align="center"><a href="../ver4/DO4.html">Developers</a></td>
40+
<td width="14.3%" align="center"><a href="../ver4/AN4.html">Notes</a></td>
41+
<td width="14.3%" align="center"><a href="../ver4/QU4.html">Questions</a></td>
42+
<td width="14.3%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/">Sourceforge</a></td>
43+
<td width="14.2%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/">Download</a</td>
44+
</tr>
45+
</table>
46+
<hr/>
4847
<h2>Guide for Building LibUSB</h2>
4948
<hr/>
5049
<ul>
@@ -57,10 +56,10 @@ <h2>Guide for Building LibUSB</h2>
5756
<h3>Step 1: Download and fully deploy the latest JTSDK</h3>
5857

5958
<ul>
60-
<li>Version 4.0.0 can be found at:</li>
59+
<li>Version 4.1.0 can be found at:</li>
6160

6261
<ul>
63-
<li><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/">https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/</a></li>
62+
<li><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/">https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/</a></li>
6463
</ul>
6564
</ul>
6665

docs/ver4/DG4-Build-Portaudio.html

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="keywords" content="JTSDK, JT-ware, wsjtx, jtdx, js8call, build wsjtx, compile wsjtx, Qt, Windows, software, development, Portaudio, audio, portaudio.com">
6-
<title>JTSDK 4.0 Guide for Building PortAudio</title>
6+
<title>JTSDK 4.1 Guide for Building PortAudio</title>
77
<link rel="stylesheet" href="../style-new.css">
88
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
99
</head>
@@ -33,18 +33,17 @@ <h2>Evolving the JT-ware Software Developer's Kit (JTSDK)</h2>
3333

3434
<hr/>
3535
<table width="100%" border="0">
36-
<tr>
37-
<td width="12.5%" align="center"><a href="DG4.html">Installation</a></td>
38-
<td width="12.5%" align="center"><a href="DG4-Build-x64-JT-ware.html">Build x64</a></td>
39-
<td width="12.5%" align="center"><a href="DG4-Build-x86-JT-ware.html">Build x86</a></td>
40-
<td width="12.5%" align="center"><a href="DO4.html">Developers</a></td>
41-
<td width="12.5%" align="center"><a href="AN4.html">Notes</a></td>
42-
<td width="12.5%" align="center"><a href="QU4.html">Questions</a></td>
43-
<td width="12.5%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/">Sourceforge</a></td>
44-
<td width="12.5%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/">Download</a</td>
45-
</tr>
46-
</table>
47-
<hr/>
36+
<tr>
37+
<td width="14.3%" align="center"><a href="../ver4/DG4.html">Installation</a></td>
38+
<td width="14.3%" align="center"><a href="../ver4/DG4-Build-General.html">Build x64</a></td>
39+
<td width="14.3%" align="center"><a href="../ver4/DO4.html">Developers</a></td>
40+
<td width="14.3%" align="center"><a href="../ver4/AN4.html">Notes</a></td>
41+
<td width="14.3%" align="center"><a href="../ver4/QU4.html">Questions</a></td>
42+
<td width="14.3%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/">Sourceforge</a></td>
43+
<td width="14.2%" align="center"><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/">Download</a</td>
44+
</tr>
45+
</table>
46+
<hr/>
4847
<h2>Guide for Building PortAudio</h2>
4948
<hr/>
5049
<ul>
@@ -55,10 +54,10 @@ <h2>Guide for Building PortAudio</h2>
5554
<h3>Step 1: Download and fully deploy the latest JTSDK</h3>
5655

5756
<ul>
58-
<li>Version 4.0.0 and subsequent update packages can be found at:</li>
57+
<li>Version 4.1.0 and subsequent update packages can be found at:</li>
5958

6059
<ul>
61-
<li><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/">https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/</a></li>
60+
<li><a href="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/">https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.1-Stream/</a></li>
6261
</ul>
6362
</ul>
6463

0 commit comments

Comments
 (0)