Changeset fc424f6 in opengl-game


Ignore:
Timestamp:
Mar 30, 2018, 1:20:21 AM (6 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
267c4c5
Parents:
b73cb3b
Message:

Update README and makefile comments

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • README.txt

    rb73cb3b rfc424f6  
    1515---------------------------------------
    1616
    17 Install and link glfw and glew using homebrew. This should place all necessary
    18 files (or possibly symlinks to them) in /usr/loca/include and /usr/local/lib.
     17brew install glew
     18brew install glfw3 --without-shared-library
     19brew install glm
     20
     21This should place all necessary files (or possibly symlinks to them) in
     22/usr/loca/include and /usr/local/lib.
    1923
    2024Run 'xcode-select --install'
  • makefile

    rb73cb3b rfc424f6  
    1010endif
    1111
    12 # If I were generating.o files as well, I should use $? instead of $^
     12# If I were generating .o files as well, I should use $? instead of $^
    1313# as this well prevent regenerating .o files for unchanged .cpp files
    1414
Note: See TracChangeset for help on using the changeset viewer.