Skip to content

Commit

Permalink
Add apt install list
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Jul 29, 2024
1 parent 7a89a2e commit d1851a3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ The script is under the folder `process`. It will pull the latest data from the

To get it running, you will need to install [ImageMagick](https://www.imagemagick.org/script/index.php), [Canvas dependencies](https://github.com/Automattic/node-canvas/blob/v1.x/Readme.md#installation), and [SoX](http://sox.sourceforge.net).

A useful list of dependency packages can be found in the `Dockerfile`. It's not clear if the Dockerfile can actually be used as it is, but it gives a good list of `apt` dependencies to grab.
```
sudo apt-get install imagemagick libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev build-essential g++ libsox-fmt-mp3 sox
```

See [SERVER.md](/SERVER.md) for a thorough deployment setup guide.

``` bash
cd process
Expand All @@ -66,9 +70,9 @@ node process

### Processing Script (Docker version)

Note 1: This is for a Linux machine with Docker installed.
> Note 1: This is for a Linux machine with Docker installed.
Note 2: This creates a separate process directory, to not mess with the main build.
> Note 2: This creates a separate process directory, to not mess with the main build.
To only generate the twotech processed data used for the website, first run:
```
Expand Down

0 comments on commit d1851a3

Please sign in to comment.