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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.txt

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