# WebDisk_C C_chess это 2D шахматы с рабочей логикой. Проект в разработке. C_chess is a 2D chess game with working logic. The project is under development. ------ # Зависимости У вас должны быть devel пакеты OpenGL. You must have devel OpenGL packages. ------- # Сборка Проекта/Building Project ```bash mkdir build cd build cmake .. make ``` Сосле положите содержимое папки assets в директорию с исполняемым файлом. Next, put the contents of the assets folder in the directory with the executable file.