North American traffic signals with ncurses on Linux.
There are two options to build this project: CMake and Automake
$ cmake -S . -B build
Then build the code:
$ cmake --build build
$ autoreconf -i
$ ./configure
Then to build the project:
$ make
To run the built program in the build directory do:
$ ./lts
And to exit just hit any key.