From d6eb8c4b488663b12960782a445dc3057aab14b6 Mon Sep 17 00:00:00 2001 From: Guillaume Bouchard Date: Tue, 29 Dec 2020 12:50:22 +0100 Subject: [PATCH] Readme.md: add git as a build time requirement --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5b8ae2b2..3959a10f2 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ Requirements (Debian/Ubuntu package names): - SDL2 (`libsdl2-dev`) - GTK2.0 for file selector (`libgtk2.0-dev`) - Qt 5 (`qtbase5-dev`, `qtbase5-private-dev`, `qtbase5-dev-tools`, `qttools5-dev`) + - git (`git`) (Note: needed to clone the repository and at build time) - Optional for faster building: Ninja (`ninja-build`) 1. Clone the repository. Submodules aren't necessary, there is only one and it is only used for Windows (`git clone https://github.com/stenzek/duckstation.git -b dev`).