Skip to content

arsdever/opengl_tutorials

Repository files navigation

Prerequisites

Installation

  1. Open a terminal
  2. If you don't have the vcpkg in your path, cd to the vcpkg directory
  3. Install some pakages with the following command
    vcpkg install glfw3 glad OpenGL
    
  4. Configure the cmake
    cd -
    mkdir build
    cd build
    cmake ../ -DCMAKE_TOOLCHAIN_FILE=<path_to_vcpkg>/scripts/buildsystems/vcpkg.cmake
    
  5. Build
    cmake -b .
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published