From d1851a3a2edd0393ded97a663750a9eb29974d90 Mon Sep 17 00:00:00 2001 From: Connor Smith Date: Tue, 30 Jul 2024 01:03:05 +1000 Subject: [PATCH] Add apt install list --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b2ec6e0..e857bc2b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: ```