Manuel:Huggle/Installation
|
Le manuel est en cours de rédaction Ajoutez y s'il vous plaît des instructions complètes et testées partout ou vous pouvez.
- Étape 1 : Allez sur la page de télechargement et téléchargez la dernière version stable pour votre système d'exploitation.
- Étape 2 : Suivez les instructions sur la page de téléchargement pour installer Huggle
C'est fait ! Huggle devrait être totalement opérationnel.
Instructions par système d'exploitation
Windows
Huggle est distribué en 3 versions pour windows :
- MSVC-32: Windows Vista et plus récents pour processeurs 32 bits.
- MSVC-64: Windows Vista et plus récents pour processeurs 64 bits.
- MinGW-32: Toutes les versions de Windows pour les processeurs 32 bits peuvent s'exécuter plus lentement que les versions MSVC.
macOS
Download the .dmg file from download page, open it and copy huggle to your Applications folder. Huggle should appear in the Launchpad immediately.
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! To start Huggle, type:
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 and Linux distributions with snap
On all linux distributions with snap preinstalled (such as Ubuntu 16.04 and newer), Huggle can be installed as easily as this:
sudo snap install huggle
It can also installed from Ubuntu software which is preinstalled in Ubuntu 16.04 and newer.
Huggle Docs |
|||