You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -53,7 +53,7 @@ <h2>Guide for Building FL-Applications</h2>
53
53
<li>The term FL-apps is used to describe any of the applications supported by David W1HKJ.</li>
54
54
</ul>
55
55
<p>At the time of writing only <ahref="sourceforge.net/projects/fldigi/files/flrig/">flrig</a> (perhaps the most important tool for JT-Ware) can be compliled using these techniques. The MSYS2 and mingw64 environments are constantly evolving. Hopefully other apps will be available soon.</p>
56
-
<p><strong>Note:</strong> There are issues with the MSYS2 Environment. Use the MinGW64/MSYS2 environments supplied with <ahref="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-4.0-Stream/JTSDK64-4.0.0.exe">JTSDK64-4.0.0</a> and do not update it (i.e. with <strong>pacman -Syuu</strong>).</p>
56
+
57
57
</ul>
58
58
59
59
<h3>Step 1: Deploy the FL-Toolkit under the MSYS2/MinGW Environment</h3>
@@ -71,7 +71,7 @@ <h3>Step 1: Deploy the FL-Toolkit under the MSYS2/MinGW Environment</h3>
71
71
72
72
<h3>Step 2: Download and Decompress the flrig source</h3>
73
73
<ul>
74
-
<p><strong>Note:</strong> These steps are valid for <strong>flrig 2.0.7</strong>. Should later versions become available (see: <ahref="sourceforge.net/projects/fldigi/files/flrig/">sourceforge.net/projects/fldigi/files/flrig/</a> ) adjust instructions accordingly. </p>
74
+
<p><strong>Note:</strong> These steps are valid for <strong>flrig 2.0.08</strong>. Should later versions become available (see: <ahref="sourceforge.net/projects/fldigi/files/flrig/">sourceforge.net/projects/fldigi/files/flrig/</a> ) adjust instructions accordingly. </p>
75
75
<p>Under the MSYS2/MinGW environment:</p>
76
76
<ul>
77
77
<li>Create a directory ~/src (if it does not already exist) and change into that directory:</li>
@@ -81,22 +81,22 @@ <h3>Step 2: Download and Decompress the flrig source</h3>
81
81
</ul>
82
82
</ul>
83
83
<ul>
84
-
<li>Execute the following command to retrieve <strong>flrig 2.0.7</strong>:</li>
84
+
<li>Execute the following command to retrieve <strong>flrig 2.0.08</strong>:</li>
Copy file name to clipboardExpand all lines: docs/ver4/DG4-Build-LibUSB.html
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ <h2>Guide for Building LibUSB</h2>
50
50
<p>A number of operational issues have arisen with the use of compiled LibUSB packages downloaded from <ahref="file:///C|/Users/stepheni.HOME/AppData/Local/Microsoft/Windows/INetCache/IE/XFNP0OWK/releases[1]">https://github.com/libusb/libusb/releases</a></p>
51
51
<p>It is now recommended that users of the JTSDK compile their own LibUSB from the latest source provided by the LibUSB Maintainers,.</p>
52
52
<p>These steps will demonstrate how to build and deploy a library set under the <strong>mingw64</strong> environment for the JTSDK.</p>
53
-
<p><b>Note:</b> The currrent version of LibUSB at writing is <ahref="https://github.com/libusb/libusb/releases/download/v1.0.28/libusb-1.0.28.tar.bz2">1.0.28</a>.</p>
53
+
<p><b>Note:</b> The currrent version of LibUSB at writing is <ahref="https://github.com/libusb/libusb/releases/download/v1.0.29/libusb-1.0.29.tar.bz2">1.0.29</a>.</p>
54
54
</ul>
55
55
56
56
<h3>Step 1: Download and fully deploy the latest JTSDK</h3>
<p>Download URL of the latest stable LibUSB. At the time of writimng the latest version was Version <ahref="https://github.com/libusb/libusb/releases/download/v1.0.28/libusb-1.0.28.tar.bz2">1.0.28</a></p>
114
+
<p>Download URL of the latest stable LibUSB. At the time of writimng the latest version was Version <ahref="https://github.com/libusb/libusb/releases/download/v1.0.29/libusb-1.0.29.tar.bz2">1.0.29</a></p>
115
115
<ul>
116
116
<li>Navigate to <ahref="https://libusb.info/">https://libusb.info/</a></li>
117
117
</ul>
118
118
<ul>
119
119
<li>Download the latest source by selecting Donwloads / Latest Source (tarball)</li>
120
-
<li> Save this file to the MSYS2 src directory ( i.e. x:\JTSDK64-Tools\tools\msys64\home\<user name>\src )</li>
120
+
<li>Save this file to the MSYS2 src directory ( i.e. x:\JTSDK64-Tools\tools\msys64\home\<user name>\src )</li>
121
+
<li><strong>Note:</strong> It is possible to use this command at the MSYS2 terminal prompt to download LibUSB: wget https://github.com/libusb/libusb/releases/download/v1.0.29/libusb-1.0.29.tar.bz2</li>
121
122
</ul>
122
123
<p>Change to the directory that you have just downloaded this source package to from within a <strong>msys64</strong> shell::</p>
123
124
<ul>
124
125
<li><strong>cd ~/src</strong></li>
125
126
</ul>
126
-
<p>Extract the source package (assuming Version 1.0.28) with:
127
+
<p>Extract the source package (assuming Version 1.0.29) with:
@@ -140,7 +141,7 @@ <h3>Step 5: Configure and build the LibUSB library</h3>
140
141
<li>Execute the following commands at the MSYS2 command prompt:</li>
141
142
142
143
<ul>
143
-
<li><strong>cd libusb-1.0.28</strong></li>
144
+
<li><strong>cd libusb-1.0.29</strong></li>
144
145
145
146
<li><strong>mkdir /tmp/libusb</strong></li>
146
147
@@ -167,20 +168,20 @@ <h3>Complete</h3>
167
168
<ul>
168
169
169
170
<p>You will find a structure inside <em>/tmp</em> (windows path <em>C:\JTSDK64-Tools\tools\msys64\tmp\libusb</em>) that contains the built LibUSB library structure. .</p>
170
-
<p>Rename the directory /tmp/libusb to a name that best fits the "structuring" of the JTSDK. In this case we assume that source for v 1.0.28 has been used</p>
171
+
<p>Rename the directory /tmp/libusb to a name that best fits the "structuring" of the JTSDK. In this case we assume that source for v 1.0.29 has been used</p>
171
172
<ul>
172
173
<li>cd /tmp</li>
173
-
<li>mv libusb 1.0.28</li>
174
+
<li>mv libusb 1.0.29</li>
174
175
</ul>
175
176
<p>Deliver that folder structure to <em>X:\JTSDK64-Tools\tools\</em>libusb . From the MSYS2 prompt the command will be:</p>
Copy file name to clipboardExpand all lines: docs/ver4/DO4.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ <h2>Building Libraries and Tools</h2>
143
143
</ul>
144
144
<p>Instructions for building<strong> flrig</strong> as an x64 program can be found at:</p>
145
145
<ul>
146
-
<li><ahref="DG4-Build-FLApps.html">Build flrig</a><b>Note:</b> These are broken (by MSYS2 advancements???) as of Mid-May 2025 with JTDK 4.x. Use a non-updated MSYS2 from <ahref="https://sourceforge.net/projects/hamlib-sdk/files/Windows/JTSDK-3.4-Stream/JTSDK64-3.4.1.exe">JTSDK 3.4.1</a> if experimenting with this.</li>
0 commit comments