Manual:허글/설치
|
The manual is a work in progress. Please add to it with complete, tested instructions wherever you can.
- 2단계: 다운로드 문서로 가서 최신 안정 버전을 다운로드하세요.
- 3단계: 바탕 화면/허글과 같이, 어떤 폴더에 저장하세요. 어떠한 바로 가기도 만들지 마세요. 허글은 그 자체를 업데이트하고 나서 바로 가기는 오래된 버전에 링크됩니다. 허글을 실행하세요.
바로 그겁니다! 허글이 완전히 작동해야 합니다.
Instructions per OS
Windows
Huggle is distributed in 3 flavors for Windows:
- MSVC-32: Windows Vista and newer for 32-bit CPU
- MSVC-64: Windows Vista and newer for 64-bit CPU
- MinGW-32: All Windows versions for 32-bit CPU, may run slower than the MSVC versions
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 |
|||