Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

viccch/tankwar90

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TankWar90

Remake with OpenGL.

Build

With GNU/Linux

Take Ubuntu as example:

  • step 1:
    • run sudo apt install curl libfreetype-dev libglfw3-dev libglew-dev libglm-dev libstb-dev to install the dependence.
  • step 2:
    • check scripts/build.sh and run it.
    • This will automatically download irrKlang and put it in a proper position. Then it call CMake and build the program.

With Windows Visual Studio

  • step 1:
    • run vcpkg install glfw3 glm glew freetype stb.
  • step 2:
    • check scripts/build.cmd and run it.
    • use command like this to generate a Visual Studio Solution:
    • cmake .. -G"Visual Studio 17 2022" -A=Win32 -DCMAKE_TOOLCHAIN_FILE=${your_vcpkg_root}/scripts/buildsystems/vcpkg.cmake

Refererce

Dependency