Skip to content

GehadSalemFekry/stock-market-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To run the project (Stock Market Server)

  1. Generate Build System: Run CMake to generate the build system. This is usually done in a separate build directory:

    mkdir build && cd build
    cmake ..
  2. Compile the Project: Compile the project using the generated build system:

    make
  3. Run the Executable: After successful compilation, you can run the executable:

    ./stock-market-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published