Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Aliev authored Jan 25, 2021
1 parent ee4a760 commit 37e0b6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Successor of [Open Avatarify](https://github.com/alievk/avatarify), written in C
* **Qt**
1. Download [online installer](https://www.qt.io/download-open-source?hsCtaTracking=9f6a2170-a938-42df-a8e2-a9f0b1d6cdce%7C6cb0de4f-9bb5-4778-ab02-bfb62735f3e5)
1. Run the installer and on the Select Components page select these components:
* Qt -> Qt 5.15.2. Desellect all components except MSVC 2019 64bit to save disk space
* Qt -> Qt 5.15.2. Deselect all components except MSVC 2019 64bit to save disk space
* Qt -> Developer and Designer Tools -> OpenSSL 1.1.1d Toolkit

* **libtorch**. Library for NN inference. Download library here: https://pytorch.org/ (Stable; Windows; C++/Java; 10.2/None). Direct links: [release](https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-1.6.0.zip), [debug](https://download.pytorch.org/libtorch/cu102/libtorch-win-shared-with-deps-debug-1.6.0.zip). Extract files to
Expand Down Expand Up @@ -55,9 +55,9 @@ git submodule update --init --recursive
```
* Build the project with Qt Creator. Choose MSVC 2019 64-bit kit and Release configuration.
* Download additional files from [here](https://avatarify-desktop.s3.amazonaws.com/.avatarify.zip) and unpack to ~/.avatarify. This folder has the following structure:
* .avatarify/avatars: avatar pictures
* .avatarify/models: FOMM and landmark detecor model weights
* Download AkVirtualCamera.plugin from [here](https://avatarify-desktop.s3.amazonaws.com/AkVirtualCamera.plugin.zip) and unpack to [build]/avatarify. Avatarify will register plugin on the first run.
* .avatarify\avatars: avatar pictures
* .avatarify\models: FOMM and landmark detector model weights
* Download AkVirtualCamera.plugin from [here](https://avatarify-desktop.s3.amazonaws.com/AkVirtualCamera.plugin.zip) and unpack to [build]/avatarify. Avatarify will register еру plugin on the first run.

## How to build installer
(not very clean solution, but at least it works)
Expand Down

0 comments on commit 37e0b6b

Please sign in to comment.