Manuale:Huggle/Installazione
|
The manual is a work in progress. Please add to it with complete, tested instructions wherever you can.
- Passo 1: Vai nella pagina di download e scarica l'ultima versione stabile per il tuo sistema operativo.
- Passo 2: Segui le istruzioni nella pagina di download per installare Huggle
Fatto! Huggle dovrebbe essere pienamente operativo.
Instructions per OS
Windows
Huggle è disponibile in 3 versioni per Windows:
- MSVC-32: Windows Vista e successivi, CPU a 32 bit
- MSVC-64: Windows Vista e successivi, CPU a 64 bit
- MinGW-32: Tutte le versioni di Windows a 32 bit. Potrebbe essere più lento delle versioni MSVC.
macOS
Scarica il .dmg dalla pagina di download, aprilo e copia Huggle nella tua cartella Applicazioni. Huggle dovrebbe apparire nel Launchpad.
Linux
First, verify that Canonical's Snap is installed by typing snap in a terminal window. Then, follow the instructions below.
Debian distributions without 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! Per avviare Huggle scrivi:
huggle
Arch distributions without snap
Huggle is available in the Arch User Repository. 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 e altre distribuzioni Linux con snap
Su tutte le distribuzioni Linux che hanno snap preinstallato (ad esempio Ubuntu 16.04 e successive) Huggle può essere installato così:
sudo snap install huggle
Può essere anche installato da Ubuntu software center, disponibile nella versione 16.04 e successive.
Huggle Docs |
|||