davidwang200099 / TODVS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taxi Order Data Visualization System

There is a CMakeLists.txt file in this folder. To compile and run this program, please first modify this line:

set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} path/to/qt/{version of qt}/clang_64/lib/cmake)

and then type these commands in the command line:

cmake .
make
./final

Then you can see the GUI of the program final.

About

License:GNU General Public License v3.0


Languages

Language:C++ 97.8%Language:CMake 1.1%Language:C 1.1%