L-Leite / cso2-starter

A launch manager for Counter Strike Online 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cso2-starter

cso2-stater logo

Build status

A launch manager for Counter-Strike Online 2

Usage

Get the latest build of cso2-starter here.

To install, extract the archive to the game's folder.

Finally, open the cso2-starter program.

Building

Requirements

With Visual Studio

You can generate project files for Visual Studio 15 by running the follwing commands:

# Create and go to the build directory
mkdir build
cd build

# Generate oroject files
cmake -G "Visual Studio 16 2019" -A "x64" ../

You can then build the solution file cso2-starter.sln.

With Ninja

Use the following commands to setup and build with Ninja:

# Create and go to the build directory
mkdir build
cd build

# Generate ninja files
cmake -G "Ninja" -DCMAKE_BUILD_TYPE="Release" ../

# To build the project
ninja all

Libraries used

cso2-starter uses the following libraries:

License

cso2-starter is distributed under the GNU GPLv3 license

About

A launch manager for Counter Strike Online 2

License:GNU General Public License v3.0


Languages

Language:C++ 54.1%Language:PowerShell 26.7%Language:CMake 19.2%