Simple Airline Reservation System with GUI and JSON support.
In a terminal, enter the following commands.
git clone --recursive https://github.com/HawtStrokes/AirlineReservationSystem .git
cd AirlineReservationSystem/
git submodule update --recursive --init
Use Cmake to generate the solution file. For ease of building, I suggest using cmake-gui. Open cmake-gui and point the source code to <complete absolute path to>\AirlineReservationSystem\External\glfw
and set the binaries location to <complete absolute path to>\AirlineReservationSystem\External\glfw\build
Open the generated solution file in the build folder and build Debug|x64
and Release|x64
configurations.
Open the solution file in the root directory, and build Release_DLL
and Debug_DLL
configurations of HawtLib.
In file explorer, go to the following directories and open the appropriate batch files:
- In
...\External\HawtLib\HawtLib\Scripts
openMakeIncludes.bat
- In
...\Scripts
openCopyDLL.bat