Update README_EN.md

This commit is contained in:
Z-fly 2023-12-12 10:25:35 +08:00 committed by GitHub
parent 0d5b50ba73
commit 44731c7794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
## [简体中文](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/workflow/status/tonquer/picacg-windows/CI?label=CI)](https://github.com/tonquer/picacg-windows/actions)
[![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-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/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.
- This project is only for technical references, please do not use it for other purposes.
@ -22,14 +22,14 @@
## How to use
### 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
3. Run start.exe
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.
### 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
3. Drag PicACG into the Applications folder on the left sidebar of the Finder.
4. Find and run PicACG from the Launchpad.
@ -40,21 +40,21 @@
### 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
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
5. cd bika && chmod +x 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)
## waifu2x settings
Pleasse see https://github.com/tonquer/picacg-windows/discussions/76
Pleasse see https://github.com/tonquer/picacg-qt/discussions/76
## 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
### 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