-
Notifications
You must be signed in to change notification settings - Fork 1
Home
jubiliantcoder edited this page Nov 18, 2013
·
9 revisions
Welcome to the LibThenga wiki!
Eclipse settings (Version: Kepler):
- Checkout from git repo or import already checked out as:File->Import->C/C++->Existing Code as Makefile project.
- Build: Window->Show View->Make Target->RClick and add debug/release or custom targets available in the Makefile
- Code Formatting: C/C++ General->Formatter->GNU[built-in]
-
Enable C++0x/11 indexer support: Project->RClick->Properties->C/C++ General->Paths and Symbols:
Add the Symbol
__GXX_EXPERIMENTAL_CXX0X__
with a blank value in the GNU C++.