简体   繁体   中英

Installing PNGwriter library in codeblocks

I'm trying to setup pngwriter library in codeblocks for c++. I've used this tutorial (http://www.neuron-hub.com/2011/06/setting-up-pngwriter-with-code.html) but something isn't working. I'm almost a beginner at c++, and those library installs are killing me.

When I build it like it says in tutorial, in codeblocks opens another tab called ft2build.h and says

#ifndef __FT2_BUILD_UNIX_H__
#define __FT2_BUILD_UNIX_H__

/* `<prefix>/include/freetype2' must be in your current inclusion path */
#include <freetype/config/ftheader.h>

#endif /* __FT2_BUILD_UNIX_H__ */

/* END */

so the question is does anybody know what the problem is here? Tutorial is simple and I repeated it at least 20 times and the result is the same.

您必须在代码块搜索必要的标头的路径中包含..\\include\\freetype2\\

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM