码迷,mamicode.com
首页 >  
搜索关键字:opensource    ( 490个结果
基于mipsel编译Qt4.6.2版本(有具体参数和编译时遇到的问题)
1.使用的configure配置为:./configure -embedded mips -little-endian -xplatform qws/linux-mips-g++ -prefix /opt/qte462-mips -release -opensource -confirm-licen ...
分类:其他好文   时间:2017-01-30 18:47:36    阅读次数:295
C++异常及捕获_01
ZC: Win7x64 + qt-opensource-windows-x86-msvc2010_opengl-5.3.2.exe 1、 2、 3、 ...
分类:编程语言   时间:2017-01-25 14:15:59    阅读次数:184
Qt编译
版本及安装环境 下载源码 进入下载列表,下载qt-everywhere-opensource-src-4.8.6.zip并解压缩到:C:\Qt\4.8.0x64\4.8.0x64 目录可以任意,不过比较好的方式是把所有版本的QT都放在一个主目录下,然后再细分。 编译 开始菜单搜索Visual Stu ...
分类:其他好文   时间:2017-01-16 12:00:59    阅读次数:140
top-100-of-the-best-useful-opensource-applications/
top-100-of-the-best-useful-opensource-applications/ http://www.ubuntulinuxhelp.com/top-100-of-the-best-useful-opensource-applications/ The following i ...
分类:移动开发   时间:2017-01-12 11:51:38    阅读次数:395
Ubuntu 16.04 编译VTK7.1
编译过程总共分为三步: 第1步:准备编译环境 第2步:cmake生成工程 第3步:编译安装 第1步:准备编译环境 Ubuntu在编译VTK7.1之前需要安装三个软件包:Qt5,X11,OpenGL,CMake 1. 安装Qt5,从Qt官网下载qt-opensource-linux-x64-5.7.1 ...
分类:系统相关   时间:2017-01-08 21:36:11    阅读次数:735
记录下 QT Linux 静态编译遇到的坑
Qt下静态编译Qt,根据我的经验,如果按照Windows下那种直接拿官方sdk安装之后的文件来编译是行不通的,需要直接下载Qt的source包,目前诺基亚的源码叫做qt-everywhere-opensource-src的tar包,到网上一查,乖乖,大部分人编译这个包居然花费了12~13个小时!但是 ...
分类:系统相关   时间:2017-01-05 07:59:05    阅读次数:649
Windows下MinGW编译Qt4
还真不是吹,这个问题折磨我一天……前些天转载了一篇关于《Eclipse+Qt开发环境设置》和《Eclipse+MinGW+Qt开发环境设置》两片文章,里面讲述了QT的开源版本qt-win-opensource-4.x.x-mingw.exe 在Windows下的安装步骤,但我的是qt-win-com ...
分类:Windows程序   时间:2017-01-05 01:00:10    阅读次数:226
微软的HLSL Shader Model 6.0 compiler要转向LLVM了,开源的节奏. Apple/Khronos都有各自计划
So, Microsoft is making an opensource HLSL-to-almost-LLVM compiler, and Khronos is making an opensource HLSL/GLSL-to-almost-LLVM compiler. Apple Metal ...
分类:移动开发   时间:2016-12-30 01:40:11    阅读次数:878
QT on VS2015
1,http://download.qt.io/official_releases/qt/5.7/5.7.1/qt-opensource-windows-x86-msvc2015_64-5.7.1.exehttps://www.qt.io/download-open-source/#section-... ...
分类:其他好文   时间:2016-12-27 13:43:38    阅读次数:190
python "yield"(转载)
转载地址:http://www.ibm.com/developerworks/cn/opensource/os-cn-python-yield/ 您可能听说过,带有 yield 的函数在 Python 中被称之为 generator(生成器),何谓 generator ? 我们先抛开 generat ...
分类:编程语言   时间:2016-12-27 13:24:58    阅读次数:254
490条   上一页 1 ... 15 16 17 18 19 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!