`
文章列表
http://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html#Option-Summary
This is a common confusion in C programming.The library is NOT the same as the header (.h) file. C libraries are collections of compiled objects which are LINKED to your object code by the linker. Header files are lexically included by the preprocessor.When you compile, you need to make sure that the ...
A library is a package of code that is meant to be reused by many programs. Typically, a C++ library comes in two pieces: 1) A header file that defines the functionality the library is exposing (offering) to the programs using it.2) A precompiled binary that contains the implementation of that fun ...
the origin page from http://stackoverflow.com/questions/6614380/jdk-on-osx-10-7-lion   Tips: the steps 5-10 are not suit for my eclipse.no JVM Contents (MacOS X Default) ,only Standard Jre Environment option and I can't choose the dirctory that the java runtime directory installed. fixed idea: as ...

"What is Z-Depth"

http://www.cgarena.com/freestuff/tutorials/Zdepth/zdepth.html
http://www.ogre3d.org/tikiwiki/Basic+Tutorial+2
http://www.cplusplus.com/doc/tutorial/ 
is not able to compile a simple test program.   It fails with the following output:   SOLUTION: just rename the android-ndk-r7\sources\cxx-stl\gnu-libstdc++\libs\armeabi\libgnustl_static.a to libstdc++.a   it works on mac os x lion :) http://www.ogre3d.org/forums/viewtopic.php?f=2&t=68373
http://java.sun.com/docs/books/jni/download/jni.pdf

cmake command

http://www.cmake.org/cmake/help/cmake-2-8-docs.html#command:add_definitions http://www.scintilla.org/cmake.api
http://www.edenwaith.com/products/pige/compiling/osx.php   Compiling : Mac OS X Engine Compiling and setting up OpenGL programs in pre OS X versions of Mac OS was never a fun and easy little task, but with OS X, setting up OpenGL programs has become easier than any other platform available. In t ...

LUA tutorial

http://lua-users.org/wiki/TutorialDirectory

CMAKE

http://www.cs.swarthmore.edu/~adanner/tips/cmake.php

MakeFile

http://web.cs.swarthmore.edu/~newhall/unixhelp/howto_makefiles.html
http://blog.shayanjaved.com/2011/05/20/android-opengl-es-2-0-shadow-mapping/   http://processors.wiki.ti.com/index.php/Render_to_Texture_with_OpenGL_ES    
Global site tag (gtag.js) - Google Analytics