Skip to content

tumbler31/cmake_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 MyProject Setup Guide (Visual Studio 2022)

Welcome! This guide helps you get started with building the project using Visual Studio 2022, CMake, and vcpkg.


📦 Prerequisites for Windows

Make sure the following are installed before continuing:

  1. Microsoft Visual Studio 2022
    Ensure the Desktop development with C++ workload is enabled.

  2. CMake (version 3.21 or higher recommended)
    Download the latest stable release here:
    CMake Windows Installer

⚙️ Usage for Windows

To configure the project and install dependencies:

  1. Open PowerShell

  2. Navigate to the scripts/ folder

  3. Run:

    .\setup-vs2022.ps1
  4. The .sln solution file will be found in the build/folder


📦 Prerequisites for Linux

Make sure the following packages are installed before continuing:

sudo apt-get install ninja-build build-essential pkg-config

⚙️ Usage for Linux

To configure the project and install dependencies:

  1. Open bash

  2. Navigate to the scripts/ folder

  3. Run:

    ./setup-linux.sh
  4. Go to the project root and run:

    cmake --build --preset linux-release

About

CMake playground

Resources

License

Stars

Watchers

Forks