Skip to content

Commit

Permalink
Add libcrypt-dev and libcurl-dev dependencies
Browse files Browse the repository at this point in the history
for snis_update_assets

Signed-off-by: Stephen M. Cameron <[email protected]>
  • Loading branch information
smcameron committed Jan 17, 2025
1 parent adb83ed commit 20bfd1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ <h2>Step 2: Install Dependencies</h2>
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)

Expand Down

0 comments on commit 20bfd1d

Please sign in to comment.