Skip to content

Commit

Permalink
Forgot to delete this instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
SlavyanDesu committed Apr 4, 2021
1 parent 9c53c03 commit da84bed
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
* [Node.js](https://nodejs.org/en/)
* [Git](https://git-scm.com/downloads)
* [FFmpeg](https://www.gyan.dev/ffmpeg/builds/)
* [libwebp](https://developers.google.com/speed/webp/download)
* [Tesseract](https://s.id/vftesseract)
* Any text editor

Expand Down Expand Up @@ -129,22 +128,6 @@ It will give us a callback like `SUCCESS: specified value was saved`.
> ffmpeg -version
```

## 📷 Installing the libwebp
The installation is same as you install FFmpeg but whatever. I will make it clear.
* Download the file according to the OS you are using by clicking [this link](https://developers.google.com/speed/webp/download).
* Extract the file to `C:\` path.
* Rename the extracted file to `libwebp`.
* Run Command Prompt as Administrator.
* Run this command:
```cmd
> setx /m PATH "C:\libwebp\bin;%PATH%"
```
It will give us a callback like `SUCCESS: specified value was saved`.
* Now that you've libwebp installed, verify that it's installed by running this command to see version number:
```cmd
> webpmux -version
```

## 🔍 Installing the dependencies
```cmd
> npm install
Expand Down

0 comments on commit da84bed

Please sign in to comment.