Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

nothingIIersonal/sea_sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Разработчики:

https://github.com/nothingIIersonal/ - работа с модулями

https://github.com/nikikust - GUI, концепция

https://github.com/bersen66 - каналы и взаимодействие


Примеры сборки

Приложение тестировалось на системах с ОС Ubuntu 22.04 (clang 14.0.6) и Windows 10 (Visual Studio 2022).


Ubuntu 22.04

Необоходимые пакеты:

apt-get update && apt-get install -y sudo build-essential git cmake curl unzip tar zip autoconf libtool pkg-config libx11-dev libxrandr-dev libxi-dev libudev-dev libgl1-mesa-dev 

Получение vcpkg:

cd /opt/
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg/
./bootstrap-vcpkg.sh && ln -s vcpkg /bin/vcpkg

Непосредственно сборка:

git clone https://github.com/nothingIIersonal/sea_sim.git
cd ./sea_sim/
./build.sh /opt/vcpkg/script/buildsystems/vcpkg.cmake 4

Запуск:

cd ./.build/
./sea_sim

Windows 10

Для сборки понадобится установить MSBuild и сопутствующие утилиты Visual Studio.

Также понадобится vcpkg, путь к исполняемому файлу которого следует прописать в переменные среды. После чего достаточно будет запустить скрипт build.bat и получить исполняемый файл в папке ./.build/Release/

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages