Fourth REAL commit, changes to omnitstudent_notes

master
Omnistudent 2013-11-25 09:21:47 +01:00
parent 75f794dd10
commit e5edddfbc1
1 changed files with 17 additions and 0 deletions

View File

@ -39,3 +39,20 @@ git commit -m "Second REAL commit, moved minetest-master files up one dir"
git push origin master
tried making /Users/security/mtc and doing
git clone https://github.com/Omnistudent/mtclient mtclient
to it
then
cmake -v -G Xcode .
which failed at
CMake Error at CMakeLists.txt:171 (install):
install FILES given no DESTINATION!
and
CMake Error at cmake/Modules/FindOpenGLES2.cmake:44 (create_search_paths):
Unknown CMake command "create_search_paths".
Call Stack (most recent call first):
src/CMakeLists.txt:173 (find_package)