Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

Environment Requirements

  • Unix/Linux system
  • CMake >= 3.10
  • GCC or Clang, supporting C++17 standard

Compilation Steps

# Clone the project
git clone https://github.com/NexusXian/linuxCppTemplate.git
cd linuxCppTemplate

# Create build directory
cd build

# Generate Makefile
cmake ..

# Compile the project
make

# The generated executable is located in the bin/ directory

Or you can simply run the following command to build and run the project

#build the project
./scripts/build.sh

#run the project
./scripts/run.sh

#build and run the project
./scripts/launch.sh

About

this is a template project

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages