From d135f8a9133db132b93f8ca40dd38516cec1f745 Mon Sep 17 00:00:00 2001 From: cobalt2727 <60624944+cobalt2727@users.noreply.github.com> Date: Thu, 13 Jan 2022 11:26:24 -0500 Subject: [PATCH] format prerequisites to be more explicit about actual package names to install --- Building-for-Linux.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 56569a5..8426e89 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -1,8 +1,8 @@ ## Prerequisites -* Git -* Curl -* CMake, version 3.10 or newer for Dolphin 5.0-10149 and newer. -* C++ compiler, with C++17 support (e.g. GCC 7+, Clang 5+) for Dolphin 5.0-10149 and newer. +* `git` +* `curl` +* `cmake`, version 3.10 or newer for Dolphin 5.0-10149 and newer. +* C++ compiler, with C++17 support (e.g. `gcc` 7+, `clang` 5+) for Dolphin 5.0-10149 and newer. ## Additional Dependencies Examples