Merge pull request #1343 from guibou/patch-1
Readme.md: add git as a build time requirement
This commit is contained in:
commit
35646df63f
|
@ -174,6 +174,7 @@ Requirements (Debian/Ubuntu package names):
|
||||||
- SDL2 (`libsdl2-dev`)
|
- SDL2 (`libsdl2-dev`)
|
||||||
- GTK2.0 for file selector (`libgtk2.0-dev`)
|
- GTK2.0 for file selector (`libgtk2.0-dev`)
|
||||||
- Qt 5 (`qtbase5-dev`, `qtbase5-private-dev`, `qtbase5-dev-tools`, `qttools5-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`)
|
- 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`).
|
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`).
|
||||||
|
|
Loading…
Reference in New Issue