download-int
Differences
This shows you the differences between two versions of the page.
| — | download-int [2024/07/29 15:46] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Download ====== | ||
| + | [[: | ||
| + | * **[[: | ||
| + | [[download-int# | ||
| + | |||
| + | \\ | ||
| + | =====Rolling release===== | ||
| + | {{: | ||
| + | {{: | ||
| + | {{: | ||
| + | {{: | ||
| + | \\ | ||
| + | |||
| + | =====ZIP Installers===== | ||
| + | {{: | ||
| + | Use the ZIP installer for your OS, and report any problem in the Rocrail Forum.\\ | ||
| + | ZIP installers can be unzipped in user space, and do not need any administrator privilege.\\ | ||
| + | Read __**[[: | ||
| + | |||
| + | {{: | ||
| + | Gebruik de ZIP-installateur voor het betreffende besturingssysteem en meld eventuele problemen in het Rocrail Forum.\\ | ||
| + | ZIP-installateurs kunnen worden uitgepakt in de gebruikersruimte en hebben geen beheerdersrechten nodig.\\ | ||
| + | Lees __**[[: | ||
| + | |||
| + | {{: | ||
| + | Nutze das ZIP-Installationsprogramm für das jeweilige Betriebssystem und jedes Problem im Rocrail Forum melden.\\ | ||
| + | ZIP-Installer können im Benutzerbereich entpackt werden und benötigen keine Administratorrechte.\\ | ||
| + | Siehe __**[[: | ||
| + | |||
| + | {{: | ||
| + | Utilisez le programme d' | ||
| + | Les installateurs ZIP peuvent être décompressés dans l' | ||
| + | Lire __**[[: | ||
| + | \\ | ||
| + | =====Snapshots===== | ||
| + | {{: | ||
| + | {{: | ||
| + | {{: | ||
| + | {{: | ||
| + | {{: | ||
| + | |||
| + | * __**[[https:// | ||
| + | |||
| + | \\ | ||
| + | |||
| + | =====macOS===== | ||
| + | |< >| | ||
| + | ^ CPU ^ Rocrail package ^ Compatible Versions ^ | ||
| + | | **Intel** | catalina-i5 | Catalina, Big Sur, Monterey, Ventura | | ||
| + | | **Apple M1/M2** | ventura-M2 | Big Sur, Monterey, Ventura | | ||
| + | {{: | ||
| + | \\ | ||
| + | {{: | ||
| + | \\ | ||
| + | {{: | ||
| + | | ||
| + | {{: | ||
| + | |||
| + | \\ | ||
| + | |||
| + | =====Linux===== | ||
| + | Official supported are Debian and PiOS.\\ | ||
| + | |||
| + | |||
| + | {{: | ||
| + | **wget** example for PiOS 32bit: | ||
| + | < | ||
| + | wget https:// | ||
| + | unzip Rocrail-PiOS11-ARMHF.zip -d ~/Rocrail | ||
| + | </ | ||
| + | **wget** example for Debian 64bit: | ||
| + | < | ||
| + | wget https:// | ||
| + | unzip Rocrail-debian11-i64.zip -d ~/Rocrail | ||
| + | </ | ||
| + | |||
| + | \\ | ||
| + | |||
| + | |||
| + | |||
| + | {{: | ||
| + | **wget** Beispiel für PiOS 32bit: | ||
| + | < | ||
| + | wget https:// | ||
| + | unzip Rocrail-PiOS11-ARMHF.zip -d ~/Rocrail | ||
| + | </ | ||
| + | **wget** Beispiel für Debian 64bit: | ||
| + | < | ||
| + | wget https:// | ||
| + | unzip Rocrail-debian11-i64.zip -d ~/Rocrail | ||
| + | </ | ||
| + | \\ | ||
| + | |||
| + | {{: | ||
| + | Exemple **wget** pour PiOS 32bit: | ||
| + | < | ||
| + | wget https:// | ||
| + | unzip Rocrail-PiOS11-ARMHF.zip -d ~/Rocrail | ||
| + | </ | ||
| + | Exemple **wget** pour Debian 64bit: | ||
| + | < | ||
| + | wget https:// | ||
| + | unzip Rocrail-debian11-i64.zip -d ~/Rocrail | ||
| + | </ | ||
| + | \\ | ||
| + | =====Demo plans===== | ||
| + | |< >| | ||
| + | ^ Wiki plan, "Step by step" | ||
| + | | {{: | ||
| + | |||
| + | \\ | ||
| + | {{: | ||
| + | \\ | ||
| + | {{: | ||
| + | \\ | ||
| + | {{: | ||
| + | \\ | ||
| + | {{: | ||
| + | |||
| + | |||
| + | \\ | ||
| + | =====Raspberry Pi===== | ||
| + | |< >| | ||
| + | | PiOS Bullseye (11) |\\ | ||
| + | {{: | ||
| + | |||
| + | To install Rocrail on the command line, open a (ssh) terminal, and use the following commands: | ||
| + | ===Update Operating System=== | ||
| + | <code bash> | ||
| + | sudo apt update | ||
| + | sudo apt upgrade | ||
| + | </ | ||
| + | ===Download Rocrail and install=== | ||
| + | Raspberry Pi: //( For 64 bit replace ARMHF with ARM64. )// | ||
| + | <code bash> | ||
| + | wget https:// | ||
| + | unzip -u Rocrail-PiOS11-ARMHF.zip -d ~/Rocrail | ||
| + | cd ~/Rocrail | ||
| + | ./ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | If wxWidgets was not yet installed: | ||
| + | <code bash> | ||
| + | cd ~/Rocrail | ||
| + | sudo ./ | ||
| + | </ | ||
| + | --></ | ||
| + | |||
| + | Optional: A script to only update the content of the /bin directory: | ||
| + | <code bash> | ||
| + | #!/bin/sh | ||
| + | |||
| + | mkdir ~/ | ||
| + | cd ~/ | ||
| + | wget https:// | ||
| + | unzip -u Rocrail-PiOS11-ARMHF.zip | ||
| + | cp -v ./ | ||
| + | rm -rv ~/ | ||
| + | </ | ||
| + | |||
| + | ===Start Rocrail at Raspberry boot=== | ||
| + | * __**[[https:// | ||
| + | |||
| + | \\ | ||
| + | < | ||
| + | {{: | ||
| + | ===Update het Operating System piOS=== | ||
| + | <code bash> | ||
| + | sudo apt update | ||
| + | sudo apt upgrade | ||
| + | </ | ||
| + | ===Download Rocrail en installeer=== | ||
| + | Raspberry Pi: | ||
| + | <code bash> | ||
| + | wget https:// | ||
| + | unzip Rocrail-PiOS11-ARMHF.zip -d ~/Rocrail | ||
| + | cd ~/Rocrail | ||
| + | ./ | ||
| + | </ | ||
| + | |||
| + | Optioneel: Een script om alleen de inhoud van /bin te updaten: | ||
| + | <code bash> | ||
| + | #!/bin/sh | ||
| + | |||
| + | mkdir ~/ | ||
| + | cd ~/ | ||
| + | wget https:// | ||
| + | unzip Rocrail-PiOS11-ARMHF.zip | ||
| + | cp -v ./ | ||
| + | rm -rv ~/ | ||
| + | </ | ||
| + | |||
| + | ===Rocrail starten als de Raspberry opgestart=== | ||
| + | * __**[[https:// | ||
| + | |||
| + | \\ | ||
| + | < | ||
| + | {{: | ||
| + | ===Terminal-Installation=== | ||
| + | Um Rocrail von der Befehlszeile zu installieren, | ||
| + | ===Betriebsystem updaten=== | ||
| + | <code bash> | ||
| + | sudo apt update | ||
| + | sudo apt upgrade | ||
| + | </ | ||
| + | ===Rocrail und Installation herunterladen=== | ||
| + | Raspberry Pi: | ||
| + | <code bash> | ||
| + | wget https:// | ||
| + | unzip Rocrail-PiOS11-ARMHF.zip -d ~/Rocrail | ||
| + | cd ~/Rocrail | ||
| + | ./ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | Wenn wxWidgets noch nicht installiert ist: | ||
| + | <code bash> | ||
| + | cd ~/Rocrail | ||
| + | sudo ./ | ||
| + | </ | ||
| + | --></ | ||
| + | |||
| + | Optional: Ein Skript, mit dem nur der Inhalt des Verzeichnisses /bin aktualisiert wird: | ||
| + | <code bash> | ||
| + | #!/bin/sh | ||
| + | |||
| + | mkdir ~/ | ||
| + | cd ~/ | ||
| + | wget https:// | ||
| + | unzip Rocrail-PiOS11-ARMHF.zip | ||
| + | cp -v ./ | ||
| + | rm -rv ~/ | ||
| + | </ | ||
| + | |||
| + | ===Start Rocrail bei Raspberry boot=== | ||
| + | * __**[[https:// | ||
| + | |||
| + | \\ | ||
| + | < | ||
| + | {{: | ||
| + | |||
| + | Pour installer Rocrail en ligne de commande, ouvrir un terminal (ssh), et utiliser les commandes suivantes: | ||
| + | ===Mise à jour du système d' | ||
| + | <code bash> | ||
| + | sudo apt update | ||
| + | sudo apt upgrade | ||
| + | </ | ||
| + | ===Télécharger Rocrail et installation=== | ||
| + | Raspberry Pi: //( Pour la version 64 bit remplacer ARMHF par ARM64. )// | ||
| + | <code bash> | ||
| + | wget https:// | ||
| + | unzip -u Rocrail-PiOS11-ARMHF.zip -d ~/Rocrail | ||
| + | cd ~/Rocrail | ||
| + | ./ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | Si wxWidgets n'est pas encore installé: | ||
| + | <code bash> | ||
| + | cd ~/Rocrail | ||
| + | sudo ./ | ||
| + | </ | ||
| + | --></ | ||
| + | |||
| + | Optionel: Un script pour mettre à jour uniquement le contenu du répertoire /bin: | ||
| + | <code bash> | ||
| + | #!/bin/sh | ||
| + | |||
| + | mkdir ~/ | ||
| + | cd ~/ | ||
| + | wget https:// | ||
| + | unzip Rocrail-PiOS11-ARMHF.zip | ||
| + | cp -v ./ | ||
| + | rm -rv ~/ | ||
| + | </ | ||
| + | |||
| + | \\ | ||
| + | ===Démarrer Rocrail quand la Raspberry démarre=== | ||
| + | * __**[[https:// | ||
| + | |||
| + | \\ | ||