From 7428746c917c71dbaf7d677d5f9bbf686860b3fc Mon Sep 17 00:00:00 2001 From: JackMcCrack <2362225+JackMcCrack@users.noreply.github.com> Date: Thu, 20 Aug 2020 21:56:50 +0900 Subject: [PATCH] Fedora: duktape-devel package added to dependencies --- Building-OpenRCT2-on-Linux.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index 2cc1d6a..e25aa58 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -46,13 +46,14 @@ sudo pacman -S sdl2 curl jansson speexdsp fontconfig libpng openssl libzip gcc g ``` ### DNF (Fedora): -Run the following for depdencies, then proceed with Linux build instructions. +Run the following for dependencies, then proceed with Linux build instructions. ``` sudo dnf install gcc gcc-c++ jansson-devel \ openssl-devel SDL2-devel libicu-devel \ speexdsp-devel libcurl-devel \ cmake fontconfig-devel freetype-devel \ - libpng-devel libzip-devel mesa-libGL-devel + libpng-devel libzip-devel mesa-libGL-devel \ + duktape-devel ``` ### Gentoo