ButchDean / LinuxTrafficSignals

North American traffic signals with ncurses on Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

North American traffic signals with ncurses on Linux.

License:MIT License


Languages

Language:C++ 82.8%Language:M4 8.5%Language:CMake 3.8%Language:Visual Basic 6.0 3.1%Language:Makefile 1.7%