Handbuch:Huggle/Installation
|
Das Handbuch ist in Arbeit. Bitte ergänze es mit vollständigen, getesteten Anweisungen, wo immer du kannst.
- Step 1: Gehe zur Downloadseite und lade dir die neuste stabile Version für dein Betriebssystem herunter.
- Step 2: Folge den Anweisungen auf der Downloadseite um Huggle zu installieren.
Das war es! Huggle sollte nun voll funktionsfähig sein.
Anweisungen nach Betriebsystem
Windows
Huggle wird in 3 Varianten für Windows vertrieben:
- MSVC-32: Windows Vista und neuer für 32-bit-CPUs
- MSVC-64: Windows Vista und neuer für 64-bit-CPUs
- MinGW-32: Alle Windows-Versionen für 32-bit-CPUs laufen möglicherweise langsamer als die MSVC-Versionen
macOS
Lade die .dmg-Datei von der Downloadseite herunter, öffne es und kopiere huggle zu deinen Applications-Ordner. Huggle sollte sofort im Launchpad auftauchen.
Linux
First, verify that Canonical's Snap is installed by typing snap in a terminal window. Then, follow the instructions below.
Debian-Distributionen ohne snap
If your Linux distro does not come with snap or if you prefer to build it manually, then you can compile it manually.
First, install the required packages with APT.
sudo apt update && sudo apt install git build-essential gcc cmake qt5-default qtmultimedia5-dev qtwebengine5-dev
Next, clone the repository with Git:
git clone https://github.com/huggle/huggle3-qt-lx.git && cd huggle3-qt-lx && git submodule init && git submodule update && git checkout tags/3.4.10
Finally, to build and install Huggle, run this script:
./configure --extension --web-engine
cd release
make
sudo make install
sudo ldconfig
cd
If you did this correctly, you should have a working install of Huggle! Um Huggle zu starten, tippe:
huggle
Arch-Distributionen ohne snap
Huggle ist in der Arch User Repository verfügbar. You can install it with yay/yaourt/pacaur/any other AUR helper, e.g.
yay -S huggle
There is also the huggle-git package for the development version.
Ubuntu und Linux-Distributionen mit snap
Auf allen Linux-Distributionen mit vorinstalliertem snap (z.B. Ubuntu 16.04 oder neuer) kann Huggle ganz einfach installiert werden:
sudo snap install huggle
It can also installed from Ubuntu software which is preinstalled in Ubuntu 16.04 and newer.
Huggle- Dokumentation |
|||