Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 437 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 437 Bytes

pinball-controller

How to build

To build this application from source, you have to have the following applications installed:

  • g++ (ubuntu/debian: apt-get install g++)
  • make (ubuntu/debian: apt-get install make)
  • SDL (ubuntu/debian: apt-get install libsdl2-dev libsdl2-image-dev libsdl2-tff-dev)

To compile and run this application, run the following commands:

  1. Run make
  2. Execute the executable file ./bin/runner