User Tools

Site Tools


packet-linbpq-x86

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
packet-linbpq-x86 [2023/01/08 16:39] m0ltepacket-linbpq-x86 [2023/01/13 23:09] m0lte
Line 7: Line 7:
 There are currently 2 options for installing linbpq  There are currently 2 options for installing linbpq 
  
-===1. Download the 32 Bit version and install a few missing things===+===1. EXPERIMENTAL- Download an amd64 build=== 
 + 
 +When you issue the following commands, a subfolder will be created in your working directory called linbpq. 
 + 
 +This is as-yet untested, so reports of success or otherwise will be highly appreciated. 
 + 
 +<code> 
 +sudo apt install libconfig9 
 +mkdir linbpq 
 +cd linbpq 
 +wget https://github.com/M0LTE/linbpq-builds/releases/download/release/linbpq 
 +chmod +x linbpq 
 +./linbpq -v 
 +</code> 
 + 
 +===2. OR Download the 32 Bit version and install a few missing things===
  
 When you issue the following commands, a subfolder will be created in your working directory called linbpq. When you issue the following commands, a subfolder will be created in your working directory called linbpq.
Line 17: Line 32:
 sudo apt update && sudo apt install -yq wget unzip libcap2-bin lib32z1 && \ sudo apt update && sudo apt install -yq wget unzip libcap2-bin lib32z1 && \
 sudo apt install -yq libasound2:i386 libasound2-dev:i386 && \ sudo apt install -yq libasound2:i386 libasound2-dev:i386 && \
-sudo apt install gcc-multilib libc6:i386 libncurses5:i386 libstdc++6:i386+sudo apt install -yq gcc-multilib libc6:i386 libncurses5:i386 libstdc++6:i386
 mkdir linbpq mkdir linbpq
 cd linbpq cd linbpq
Line 26: Line 41:
  
  
-===2. OR Download the source code, and a few required libraries, and build it yourself===+===3. OR Download the source code, and a few required libraries, and build it yourself===
  
 Don't do this unless you know what you are doing. Don't do this unless you know what you are doing.
packet-linbpq-x86.txt · Last modified: 2023/04/03 22:11 by m0lte