Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.14 KB

Install_Instructions_Windows.md

File metadata and controls

34 lines (25 loc) · 1.14 KB

Installation Instructions on Windows

Dependencies

  1. Download GLFW Windows pre-compiled binaries with your corresponding system architecture.

  2. Download the following header files and put into a folder.

Setup

  1. Windows Microsoft Visual C++ (MSVC):

    • GLFW:
      • Menu bar: Project -> <project name> Properties.
      • In opened window C++ -> General.
      • Add path for include folders in Additional include directories.
      • Then Linker -> General.
      • Add path for lib folder in Additional Library Directories.
  2. MinGW

    • Edit Makefile by specifying correct paths for the libraries

    • Compile with:

    mingw32-make
    • Run with:
    ./<file>