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
Copy file name to clipboardExpand all lines: docs/ver3/AN3.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ <h3>Version 3.4.0</h3>
73
73
<p>In addition the "mirroring" of <strong>build-hamlib.sh</strong> and <strong>build-hamlib.sh-static</strong> has been
74
74
broken - with <strong>build-hamlib.sh</strong> offering a number of additional command-line switches to
75
75
aid developers.</p>
76
-
<p>The <strong>JTSDK 3.4.0</strong> provides a version of <ahref="https://libusb.info/">LibUSB 1.0.26</a> that we have supplied. LibUSB 1.0.26 as supplied by the LibUSB maintainers is still supplied.</p>
76
+
<p>The <strong>JTSDK 3.4.0</strong> provides a version of <ahref="https://libusb.info/">LibUSB 1.0.27</a> that we have supplied.</p>
<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.26/libusb-1.0.26.tar.bz2">1.0.26</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.27/libusb-1.0.27.tar.bz2">1.0.27</a></p>
115
115
<ul>
116
116
<li>Navigate to <ahref="https://libusb.info/">https://libusb.info/</a></li>
117
117
</ul>
@@ -123,12 +123,12 @@ <h3>Step 4: Download the Source</h3>
123
123
<ul>
124
124
<li><strong>cd ~/src</strong></li>
125
125
</ul>
126
-
<p>Extract the source package (assuming Version 1.0.26) with:
126
+
<p>Extract the source package (assuming Version 1.0.27) with:
<p>The above command places all that is built into the subdirectory <strong>/tmp/libusb</strong> . This way the built libraries are easy to find.</p>
@@ -167,18 +167,18 @@ <h3>Complete</h3>
167
167
<ul>
168
168
169
169
<p>You will find a structure inside <em>/tmp</em> (windows path <em>C:\msys64\tmp\portaudio</em>) that contains the same LibUSB library structure. .</p>
170
-
<p>Rename the directory /tmp/libusb to a name that6 best fits the "structuring" of the JTSDK. In this case we assume that source for v 1.0.26 has been used</p>
170
+
<p>Rename the directory /tmp/libusb to a name that6 best fits the "structuring" of the JTSDK. In this case we assume that source for v 1.0.27 has been used</p>
171
171
<ul>
172
172
<li>cd /tmp</li>
173
-
<li>mv libusb 1.0.26</li>
173
+
<li>mv libusb 1.0.27</li>
174
174
</ul>
175
175
<p>Deliver that folder structure to <em>X:\JTSDK64-Tools\tools\</em>libusb .</p>
176
176
177
177
<p>Make the appropriate adjustment in <em>C:\JTSDK64-Tools\config\Versions.ini</em> so that it can be used by the JTSDK. </p>
0 commit comments