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

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -