手册:Huggle/安装
|
本手冊仍在持續編修中, 如果您願意,請協助檢修這份操作指南,以使其能更完善。
- 第1步:转至下载页面,并下载适合您的操作系统的最新稳定版本。
- 第2步:请按顺序安装Huggle并参见下载页的说明。
就是这样!恭喜阁下已经完成了所有安裝作業。
对于不同操作系统的设备
Windows
Huggle可以安装在不同版本的windows系统上:
- MSVC-32: 32位CPU的Windows Vista及更新系统
- MSVC-64: 64位CPU的Windows Vista及更新系统
- MinGW-32: 所有32位CPU的Windows版本的,可能比MSVC版本慢
macOS
从下载页面下载.dmg文件,打开它,并复制Huggle到您的应用程序文件夹。Huggle应该立即出现在启动板中。
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! 要启动Huggle应用程序:
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 文档 |
|||