Skip to content

Latest commit

 

History

History
102 lines (84 loc) · 3.11 KB

File metadata and controls

102 lines (84 loc) · 3.11 KB

CUtils

English | Русский


English

Overview

CUtils is a comprehensive collection of utility functions and tools designed to simplify the development of complex software in C++.

Documentation

Build Instructions

To build the CUtils library using CMake, follow these steps:

  1. Create an output directory:
    mkdir Out
  2. Navigate into the output directory:
    cd Out
  3. Run CMake in the source directory:
    cmake ..
  4. Build the library:
    cmake --build .

Русский

Описание

CUtils — это обширная коллекция утилит и функций, разработанная для упрощения разработки сложного программного обеспечения на C++.

Документация

Инструкция по сборке

Для сборки библиотеки CUtils с использованием CMake выполните следующие шаги:

  1. Создайте выходной каталог:
    mkdir Out
  2. Перейдите в выходной каталог:
    cd Out
  3. Запустите CMake в исходном каталоге:
    cmake ..
  4. Скомпилируйте библиотеку:
    cmake --build .