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
Post a Comment