mirror of
https://github.com/lov3b/Pong.git
synced 2025-09-13 08:10:21 +02:00
Images
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
A pong implementation in C++.
|
||||
|
||||
| | |
|
||||
|:-------------------------------------:|:------------------------------------------------------:|
|
||||
|  | 
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
## Dependencies
|
||||
|
||||
You'll need cmake make, sdl2 sdl2-gfx and sdl2-ttf to compile. Under debian-based systems that can be installed using
|
||||
@@ -11,7 +17,7 @@ the following command.
|
||||
apt install cmake build-essential libsdl2-dev libsdl2-gfx-dev libsdl2-ttf-dev
|
||||
```
|
||||
|
||||
DejaVuSans is also expected to be present at the default location under linux whilst Arial is under Windows and macOS.
|
||||
DejaVuSans is also expected to be present at the default location under linux whilst Arial is under Windows and macOS.
|
||||
The package under debian is called `fonts-dejavu-core`
|
||||
|
||||
## Compiling
|
||||
|
Reference in New Issue
Block a user