mirror of
https://github.com/tonquer/picacg-qt.git
synced 2025-01-08 11:57:48 +08:00
Update README_EN.md
This commit is contained in:
parent
0d5b50ba73
commit
44731c7794
18
README_EN.md
18
README_EN.md
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## [简体中文](README.md) | English
|
## [简体中文](README.md) | English
|
||||||
|
|
||||||
[![GitHub](https://img.shields.io/github/license/tonquer/picacg-windows)](https://raw.githubusercontent.com/tonquer/picacg-windows/master/LICENSE.txt)
|
[![GitHub](https://img.shields.io/github/license/tonquer/picacg-qt)](https://raw.githubusercontent.com/tonquer/picacg-qt/master/LICENSE.txt)
|
||||||
[![GitHub](https://img.shields.io/github/workflow/status/tonquer/picacg-windows/CI?label=CI)](https://github.com/tonquer/picacg-windows/actions)
|
[![GitHub](https://img.shields.io/github/workflow/status/tonquer/picacg-qt/CI?label=CI)](https://github.com/tonquer/picacg-qt/actions)
|
||||||
![Relese](https://img.shields.io/badge/Python-3.7.9%2B-brightgreen)
|
![Relese](https://img.shields.io/badge/Python-3.7.9%2B-brightgreen)
|
||||||
[![Relese](https://img.shields.io/github/v/release/tonquer/picacg-windows)](https://github.com/tonquer/picacg-windows/releases)
|
[![Relese](https://img.shields.io/github/v/release/tonquer/picacg-qt)](https://github.com/tonquer/picacg-qt/releases)
|
||||||
|
|
||||||
- PicACG PC Client (Support Windows, Linux and macOS), using QT as interface.
|
- PicACG PC Client (Support Windows, Linux and macOS), using QT as interface.
|
||||||
- This project is only for technical references, please do not use it for other purposes.
|
- This project is only for technical references, please do not use it for other purposes.
|
||||||
@ -22,14 +22,14 @@
|
|||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
### Windows (tested on Win10)
|
### Windows (tested on Win10)
|
||||||
1. Download the latest version at https://github.com/tonquer/picacg-windows/releases
|
1. Download the latest version at https://github.com/tonquer/picacg-qt/releases
|
||||||
2. Unzip
|
2. Unzip
|
||||||
3. Run start.exe
|
3. Run start.exe
|
||||||
4. Updates can be installed by downloading the latest version and overwrite the original directory.
|
4. Updates can be installed by downloading the latest version and overwrite the original directory.
|
||||||
5. If waifu2x cannot be initialized, please update the graphics driver and install [VS Library](https://download.visualstudio.microsoft.com/download/pr/366c0fb9-fe05-4b58-949a-5bc36e50e370/015EDD4E5D36E053B23A01ADB77A2B12444D3FB6ECCEFE23E3A8CD6388616A16/VC_redist.x64.exe). If waifu2x still cannot be enabled, your computer does not support Vulkan and cannot use waifu2x.
|
5. If waifu2x cannot be initialized, please update the graphics driver and install [VS Library](https://download.visualstudio.microsoft.com/download/pr/366c0fb9-fe05-4b58-949a-5bc36e50e370/015EDD4E5D36E053B23A01ADB77A2B12444D3FB6ECCEFE23E3A8CD6388616A16/VC_redist.x64.exe). If waifu2x still cannot be enabled, your computer does not support Vulkan and cannot use waifu2x.
|
||||||
|
|
||||||
### macOS (tested on macOS 10.15.7)
|
### macOS (tested on macOS 10.15.7)
|
||||||
1. Download the latest version at https://github.com/tonquer/picacg-windows/releases
|
1. Download the latest version at https://github.com/tonquer/picacg-qt/releases
|
||||||
2. Unzip
|
2. Unzip
|
||||||
3. Drag PicACG into the Applications folder on the left sidebar of the Finder.
|
3. Drag PicACG into the Applications folder on the left sidebar of the Finder.
|
||||||
4. Find and run PicACG from the Launchpad.
|
4. Find and run PicACG from the Launchpad.
|
||||||
@ -40,21 +40,21 @@
|
|||||||
### Linux (tested on deepin 20.2)
|
### Linux (tested on deepin 20.2)
|
||||||
1. Download qt dependencies at http://ftp.br.debian.org/debian/pool/main/x/xcb-util/libxcb-util1_0.4.0-1+b1_amd64.deb
|
1. Download qt dependencies at http://ftp.br.debian.org/debian/pool/main/x/xcb-util/libxcb-util1_0.4.0-1+b1_amd64.deb
|
||||||
2. Install the dependencies (sudo dpkg -i ./libxcb-util1_0.4.0-1+b1_amd64.deb)
|
2. Install the dependencies (sudo dpkg -i ./libxcb-util1_0.4.0-1+b1_amd64.deb)
|
||||||
3. Download the latest version at https://github.com/tonquer/picacg-windows/releases
|
3. Download the latest version at https://github.com/tonquer/picacg-qt/releases
|
||||||
4. tar -zxvf bika.tar.gz
|
4. tar -zxvf bika.tar.gz
|
||||||
5. cd bika && chmod +x start
|
5. cd bika && chmod +x start
|
||||||
6. ./start
|
6. ./start
|
||||||
7. If you want to use waifu2x, please make sure your device supports vulkan, and then install the vulkan driver package (sudo apt install mesa-vulkan-drivers)
|
7. If you want to use waifu2x, please make sure your device supports vulkan, and then install the vulkan driver package (sudo apt install mesa-vulkan-drivers)
|
||||||
|
|
||||||
## waifu2x settings
|
## waifu2x settings
|
||||||
Pleasse see https://github.com/tonquer/picacg-windows/discussions/76
|
Pleasse see https://github.com/tonquer/picacg-qt/discussions/76
|
||||||
|
|
||||||
## Proxy issues
|
## Proxy issues
|
||||||
Please see https://github.com/tonquer/picacg-windows/discussions/48
|
Please see https://github.com/tonquer/picacg-qt/discussions/48
|
||||||
|
|
||||||
## How to build
|
## How to build
|
||||||
### Use Git Actions
|
### Use Git Actions
|
||||||
1. Check the result in [Git Actions](https://github.com/tonquer/picacg-windows/actions)
|
1. Check the result in [Git Actions](https://github.com/tonquer/picacg-qt/actions)
|
||||||
|
|
||||||
## Interface
|
## Interface
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user