Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

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
Next revisionBoth sides next revision
howto:raspbian_install [2023/12/29 23:10] – [Instructions] nelginhowto:raspbian_install [2023/12/29 23:29] – [Instructions] fix typo nelgin
Line 32: Line 32:
 **Note: If using an Rpi4 use a 64 bit Raspberry Pi OS and download arm64 instead of armhf.** **Note: If using an Rpi4 use a 64 bit Raspberry Pi OS and download arm64 instead of armhf.**
 ^ # ^ Command                                  ^ Description ^ ^ # ^ Command                                  ^ Description ^
-| 1 | ''mkdir ~/deb_packages''                 | Create a directory to store some packages for manual installation | +| 1 | mkdir ~/deb_packages                 | Create a directory to store some packages for manual installation | 
-| 2 | ''cd ~/deb_packages''                    | Change the current working directory to the newly-created directory | +| 2 | cd ~/deb_packages                    | Change the current working directory to the newly-created directory | 
-| 3 | ''wget http://archive.debian.org/debian/pool/main/libf/libffi/libffi6_3.2.1-6_armhf.deb'' | Download libffi6 | +| 3 | wget http://archive.debian.org/debian/pool/main/libf/libffi/libffi6_3.2.1-6_armhf.deb or \\ wget http://archive.debian.org/debian/pool/main/libf/libffi/libffi6_3.2.1-6_arm64.deb | Download libffi6 | 
-| 4 | ''wget http://archive.debian.org/debian/pool/main/m/mozjs/libmozjs185-1.0_1.8.5-1.0.0+dfsg-6_armhf.deb'' | Download libmozjs185-1.0 | +| 4 | ''wget http://archive.debian.org/debian/pool/main/m/mozjs/libmozjs185-1.0_1.8.5-1.0.0+dfsg-6_armhf.deb or\\ wget http://archive.debian.org/debian/pool/main/m/mozjs/libmozjs185-1.0_1.8.5-1.0.0+dfsg-6_arm64.deb'' | Download libmozjs185-1.0 
-| 5 | ''wget http://archive.debian.org/debian/pool/main/m/mozjs/libmozjs185-dev_1.8.5-1.0.0+dfsg-6_armhf.deb'' | Download libmozjs185-dev +| ''wget http://archive.debian.org/debian/pool/main/m/mozjs/libmozjs185-dev_1.8.5-1.0.0+dfsg-6_armhf.deb or\\ wget http://archive.debian.org/debian/pool/main/m/mozjs/libmozjs185-dev_1.8.5-1.0.0+dfsg-6_arm64.deb'' | Download libmozjs185-dev | 
-| ''sudo apt install ./libffi6_3.2.1-6_armhf.deb ./libmozjs185-1.0_1.8.5-1.0.0+dfsg-6_armhf.deb ./libmozjs185-dev_1.8.5-1.0.0+dfsg-6_armhf.deb'' | Install libs and dependencies|+| 6 | ''sudo apt install ./lib*.deb'' | Install libs and dependencies|
 | 7 | ''mkdir ~/sbbs''                         | Create the directory where Synchronet will be built and run from | | 7 | ''mkdir ~/sbbs''                         | Create the directory where Synchronet will be built and run from |
 | 8 | ''cd ~/sbbs''                            | Change the current working directory to the newly-created directory | | 8 | ''cd ~/sbbs''                            | Change the current working directory to the newly-created directory |