码迷,mamicode.com
首页 > 其他好文 > 详细

FLTK 1.3.3 MinGW 4.9.1 Configuration 配置

时间:2016-01-14 06:14:07      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:

 

Download FLTK 1.3.3

Download CMake 3.2.0

 

Start CMake 3.2.0, fill the source and destination:

source: C:/FLTK/fltk-1.1.10

destination: C:/FLTK/build

Click Configure and use MinGW Makefiles to complie.

 

Change the following item:

CMAKE_INSTALL_PREFIX    [C:/FLTK/MinGW]

 

click Configure again.

After configure is done (No errors show), click Generate.

 

Go back to your build folder, open command line, type: mingw32-make

Wait a long time for make process, have a cup of coffee :)

After make is done, type mingw32-make install

 

Now, the configuration is done, enjoy it :)

 

FLTK 1.3.3 MinGW 4.9.1 Configuration 配置

标签:

原文地址:http://www.cnblogs.com/grandyang/p/5129035.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!