Changes in README.txt [669c4e6:4813066] in opengl-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.txt

    r669c4e6 r4813066  
    1 TODO: Make sure the instructions in this README still work and, if not, update them
    2 
    31Installation Instructions for Linux
    42---------------------------------------
    53
    64sudo apt-get install xorg-dev  libglew-dev libglm-dev
    7 
    8 make game
    95
    106(Old Linux instructions for compuling game.cpp)
     
    2622---------------------------------------
    2723
    28 Download the precompiled 32bit binaries of GLFW and GLEW.
    29 Create /lib and /include folders and add the paths to those folders to the
    30 VC++ project. Copy the include/GL and include/GLFW folders into your /include
    31 folder and all the files in the include folders of both libraries into your /lib
    32 folder. This should be enough to compile and run the project.
     24Download the precompiled 32bit binaries of GLFW, GLEW, and glm (a header-only
     25library). Create lib/ and include/ folders in the root opengl-game directory
     26you cloned. Copy the include/GL/, include/GLFW/, and glm/ folders into your
     27include/ folder and all the files in the lib/ folders of the GLFW and GLEW
     28libraries into your lib/ folder (glm has no lib/ folder). This should be enough
     29to compile and run the project.
Note: See TracChangeset for help on using the changeset viewer.