- Clone the repository using
git clone https://github.com/X39/vengine.git --recursive - Install
vcpkggit clone https://github.com/Microsoft/vcpkg.git cd vcpkg ./bootstrap-vcpkg.sh ./vcpkg integrate install - Install dependencies using
vcpkgvcpkg install EnTT(add--triplet x64-windowsif you plan on compiling for x64)vcpkg install glm(add--triplet x64-windowsif you plan on compiling for x64)vcpkg install glfw3(add--triplet x64-windowsif you plan on compiling for x64)
- Install Vulkan
- Install CMake
- Setup your IDE
- CLion (Version 2021.2.1)
- Open the Project Folder (where the
CMakeLists.txtis located) - In the Menu bar, click
File>Settings...> Dialog opens >Build, Execution, Deployment>CMake - In the
CMake optionsfield, add-DCMAKE_TOOLCHAIN_FILE=VCPKGPATH/scripts/buildsystems/vcpkg.cmakewhereVCPKGPATHis the path to yourvcpkginstallation
- Open the Project Folder (where the
- CLion (Version 2021.2.1)
X39/vengine
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|