/LinuxTrafficSignals

North American traffic signals with ncurses on Linux.

Primary LanguageC++MIT LicenseMIT

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.