码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
如何在线制作gif图片?
最近想做个gif在线制作的网站,所以研究下了p_w_picpathmagick和graphicsmagick制作gif图片站已经做出来了:有兴趣的朋友可以先看看http://www.sosogif.com/make_online.jsp源码下载地址1:http://www.quzhuanpan.com/home/sourceList.jsp?type=6源码下载地址2:http://www.quz..
分类:其他好文   时间:2016-05-05 07:19:37    阅读次数:192
windows下CMake使用图文手册 Part 1
维基百科介绍“CMake是个开源的跨平台自动化建构系统,它用配置文件控制建构过程(build process)的方式和Unix的Make相似,只是CMake的配置文件取名为CMakeLists.txt。Cmake并不直接建构出最终的软件,而是产生标准的建构档(如Unix的Makefile或Windo ...
分类:Windows程序   时间:2016-05-05 07:05:39    阅读次数:272
linux终端make menuconfig错误解决方法
linux终端错误:Unable to find the ncurses libraries or the required header files解决 在终端执行make mebuconfig 出现以下错误: 解决方法: 1)、apt-get的主流Linux系统包括Debian和Ubuntu变异 ...
分类:系统相关   时间:2016-05-05 00:33:40    阅读次数:647
mac编译openssl扩展报错 openssl.c:44:10: fatal error: 'openssl/evp.h' file not found
解决办法 brew link openssl --force 然后 ./configure --with-openssl --with-php-config=/usr/local/php/bin/php-config make sudo make install ...
分类:系统相关   时间:2016-05-05 00:30:50    阅读次数:563
centos7 安装lamp
1升级gcc4.8以上 yum update gcc2升级openssl yum update openssl3安装apache a 安装apr ./configure --prefix=/usr/local/apr make make installb 安装apr-util ./configure ...
分类:其他好文   时间:2016-05-05 00:19:06    阅读次数:247
如何在线制作gif图片?
最近想做个gif在线制作的网站,所以研究下了imagemagick和graphicsmagick制作gif图片站已经做出来了:有兴趣的朋友可以先看看http://www.sosogif.com/make_online.jsp 源码下载地址1:http://www.quzhuanpan.com/hom ...
分类:其他好文   时间:2016-05-04 21:09:26    阅读次数:166
在linux上搭建amp环境安装jpeg时出现libtool command not found,error127解决
Linux系统安装amp环境 过程中出现以下错误: 错误分析:由于libtool版本过低导致的; 解决办法:重新下载新版本的libtool以默认方式安装,执行以下命令: ./configure make make install 然后进入jpeg-6b的源码目录,然后执行以下步骤,切记! cp /u ...
分类:系统相关   时间:2016-05-04 17:17:14    阅读次数:188
在linux上安装apache是出现error1错误
正常安装apache,都make时,出现类似问题: make[1]: *** [shared-build-recursive] Error 1 make[1]: Leaving directory `/lamp/httpd-2.4.7' make: *** [all-recursive] Error ...
分类:Web程序   时间:2016-05-04 17:07:55    阅读次数:223
[转]Unity: make your lists functional with ReorderableList
原文地址:http://va.lent.in/unity-make-your-lists-functional-with-reorderablelist/ This article is reproduced, the original address: http://va.lent.in/unit ...
分类:编程语言   时间:2016-05-04 13:18:33    阅读次数:615
转载:Why Developers Should Not Write Programs That Call 'sun' Packages
The java.*, javax.* and org.* packages documented in the Java Platform Standard Edition API Specification make up the official, supported, public inte ...
分类:其他好文   时间:2016-05-04 10:31:41    阅读次数:150
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!