Skip to content

ButchDean/LinuxTrafficSignals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published