From 20bfd1de61e5c2fba7c64ebd4e0830ba24569bb9 Mon Sep 17 00:00:00 2001 From: "Stephen M. Cameron" Date: Fri, 17 Jan 2025 11:44:53 -0500 Subject: [PATCH] Add libcrypt-dev and libcurl-dev dependencies for snis_update_assets Signed-off-by: Stephen M. Cameron --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 63a93da2..196d15c3 100644 --- a/index.html +++ b/index.html @@ -256,6 +256,8 @@

Step 2: Install Dependencies

sudo apt-get install libglew-dev; sudo apt-get install libttspico-utils; # optional, for text to speech sudo apt-get install sox; # for "play" command, used by text to speech +sudo apt-get install libcrypt-dev; # used by bin/snis_update_assets +sudo apt-get install libcurl-dev; # used by bin/snis_update_assets # (The following are optional)