Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 499 Bytes

File metadata and controls

34 lines (30 loc) · 499 Bytes

LinuxTrafficSignals

North American traffic signals with ncurses on Linux.

Build

There are two options to build this project: CMake and Automake

CMake

$ cmake -S . -B build

Then build the code:

$ cmake --build build

Automake

$ autoreconf -i
$ ./configure

Then to build the project:

$ make

Run

To run the built program in the build directory do:

$ ./lts

And to exit just hit any key.