cocos2d x - fontconfig/fontconfig.h not found in Codeblocks -


i trying build cocos2d-x project in codeblocks ide in ubuntu 14. got fontconfig/fontconfig.h not found error during compiling. i'm stuck here. how can solve this?

the problem missing package libfontconfig1-dev. command line run following command:

sudo apt-get install libfontconfig1-dev 

or else use software centre , search package, if prefer graphical approach.


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -