Skip to content

nachiket-15/Pune_Metro_Connect_BUILD_VERSION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pune Metro Route Traversal

This project implements a solution for Pune Metro Route Traversal.

Building the Project

Prerequisites

  • CMake
  • Make
  • GCC (GNU Compiler Collection)

Build Steps

  1. Clone the repository:

    git clone https://github.com/nachiket-15/Pune_Metro_Connect.git
  2. Navigate to the project directory:

    cd Pune_Metro_Route_Traversal/DSA_Project/
  3. Create a build directory:

    mkdir build
  4. Change to the build directory:

    cd build
  5. Run CMake to generate build files:

    cmake ..
  6. Build the project using make:

    make

    This will compile the source code and generate the executable.

Running the Project

After successfully building the project, run the executable:

./DSA_Project

This will execute the Pune Metro Route Traversal program.

Additional Notes

  • If you encounter any issues during the build process, ensure that you have the required dependencies installed and check for any error messages.
  • If using a different compiler or build system, adjust the CMake configuration accordingly.
  • For further assistance or bug reports, contact the project maintainers.