1.编译STLPort:    1.1 .开始菜单运行vs2008的命令行工具    1.2.进入E:\00.CODE.SDK\STLport-5.2.1\    1.2.运行configure msvc9    1.3.cd E:\00.CODE.SDK\STLport-5.2.1\build\lib    1.4.nmake -f msvc.mak clean install    1.5.完成2.用C++标准库STLPort编译boost    2.0.运行boost_1_53_0\b…
安装依赖 $ sudo apt-get install mpi-default-dev $ sudo apt-get install libicu-dev $ sudo apt-get install python-dev $ sudo apt-get install libbz2-dev 安装boost 1.53 $ wget http://sourceforge.net/projects/boost/files/boost/1.53.0/boost_1_53_0.tar.bz2 $ tar…
坑爹的Jenkis,在执行windows命令编译.NET项目的时候命令执行成功了,但是却还是报了这样一个错: Build step 'Execute Windows batch command' marked build as failure 综合了几个stackoverflow上的答案,原因如下: jenkins执行windows命令,若退出代码不为0 ,则jenkins会将构建标记为失败 我解决的方法:在bat脚本最后一行加上 exit 0…
Setting up a EDK II build environment on Windows and Linux:搭建Windows和Linux开发环境[2.2] 2015-07   北京海淀区  张俊浩 2. Setting Up EDKII Development Environment(EDKII开发环境的搭建) ->2.1The General Procedure Of Setting Up EDKII Development Environment(搭建EDKII项目的通用流程)…
转: STL是一个标准,各商家根据这个标准开发了各自的STL版本.而在这形形色色的STL版本中,SGI STL无疑是最引人瞩目的一个.这当然是因为这个STL产品系出名门,其设计和编写者名单中,Alexander Stepanov和Matt Austern赫然在内,有两位大师坐镇,其代码水平自然有了最高的保证.SGI STL不但在效率上一直名列前茅,而且完全依照ISO C++之规范设计,使用者尽可放心.此外,SGI STL做到了thread-safe, 还体贴地为用户增设数种组件,如hash, h…
下载Strawberry Perl 5.22 64bit绿色版,解压缩到某个地方,比如C盘根目录,比如 C:\strawbrry-perl-5.22.2.1-64bit-portable 下载Boost 1.59,解压缩到某处,比如 C:\boost_1_59_0 注意,下载的Strawberry Perl内有个portable.bat,可以设置好Perl运行环境,而且那个Perl附带了gcc 4.9.下面所有的命令都在这个命令行环境下执行. 在那个命令提示符内切换到Boost的解压缩目录,输入…
6月5日,借着Build 2015在北京召开分会的东风,参加了这次由微软中国举办的Windows 10中国开发者极客挑战赛. 白天是Build 2015课程,学习了Windows 10最新的技术,包括通用应用开发.Edge浏览器.蓝牙Beacon和IoT等等.令我印象深刻的是,Windows 10已经支持蓝牙Beacon了,工程师现场演示了应用,即蓝牙不用配对也可以获取或者发送相关信息了,这对一些信息推送的应用有极大的好处,我们只要进入一定的距离范围(可以在程序中设置),就可以接收推送信息. 晚…
In recent days the weather is very hot Unable to sleep properly Under the state of daze research gtk3 static compiler. ------------------------------------------------------------------------------------------------------- build static libs ---------…
http://blogs.windows.com/buildingapps/2015/08/05/build-better-apps-windows-10-by-10-development-series/ We’ve been talking about the new capabilities that come with Windows 10 for some time, but an area that we haven’t really dug into yet is how they…
最近一段时间在用electron+vue做内部项目的一键构建发布系统的桌面应用,现就其中打包流程写个备注,以示记录. Windows环境打包:1.首先贴一下package.json. { "name": "******",//隐藏项目名 "version": "**.**.**",//隐藏版本号 "author": "*** <***>",//隐藏作者信息 "des…
使用Xamarin開發IOS程式時, 必須要在Mac上才可以編譯程式,若想在windows系統上編譯,則可透過Build host的方式, 但還是要有一台Mac的電腦就是了XD 首先你的Mac必須要已經安裝好Xamarin 以下使用的是Visual Studio2010 開啟Visual Studio,點選 工具 → 選項 → Xamarin → IOS Settings 點選右邊Mac build host中的Configue.. 接著會跳出一個畫面,這裡直接手動指定要當成Build Host…
使用Xamarin開發IOS程式時, 必須要在Mac上才可以編譯程式,若想在windows系統上編譯,則可透過Build host的方式, 但還是要有一台Mac的電腦就是了XD 首先你的Mac必須要已經安裝好Xamarin 以下使用的是Visual Studio2010 開啟Visual Studio,點選 工具 → 選項 → Xamarin → IOS Settings 點選右邊Mac build host中的Configue.. 接著會跳出一個畫面,這裡直接手動指定要當成Build Host…
export LIBFFI_CFLAGS=" -I/usr/local/lib/libffi-3.2.1/include " \ export LIBFFI_LIBS=" -lffi " \ export ZLIB_CFLAGS=-I/usr/local/include \ export ZLIB_LIBS=-lz \ export CFLAGS=" -I/usr/local/include -O2 -Wall -march=i686 -mms-bitfi…
Promotion in the Windows Store  In this article, I walk through how to Give your Store listing a makeover, Start measuring your success(using the Visual Studio Application Insights SDK in your app), and Start promoting your APP. Live Tiles and Notifi…
Boost.Build Boost.Build makes it easy to build C++ projects, everywhere. Boost.Build让构建C++项目在任何地方都很容易. You name your executables and libraries and list their sources. Boost.Build takes care about compiling your sources with right options, creating st…
VS2010 安装使用STLport 1.本机环境 win7 64位 visual studio 2010 中文旗舰版 STLport-5.2.1.tar.bz2 2.下载STLport http://sourceforge.net/projects/stlport/ 下载后解压,本人的解压路径为:D:\STLport,解压解压后包含多个文件加和目录. 3.修改配置 (1)在系统的path环境变量中增加如下目录:(该目录就是安装vs2010的位置) D:\Program Files (x86)\…
曾几何时,Boost中有一个Socket库,但后来没有了下文,C++社区一直在翘首盼望一个标准网络库的出现,网络上开源的网络库也有不少,例如Apache Portable Runtime就是比较著名的一个,也有像ACE这样重量级的网络框架.去年,Boost将ASIO纳入了自己的体系,由于Boost的影响力,ASIO有机会成为标准网络库.作者Chris Kohlhoff以ASIO为样本向C++标准委员会提交了一个网络库建议书,里面提到:ASIO的覆盖范围: Networking using TC…
    Christopher Kohlhoff Copyright © 2003-2012 Christopher M. Kohlhoff 以Boost1.0的软件授权进行发布(见附带的LICENSE_1_0.txt文件或从http://www.boost.org/LICENSE_1_0.txt) Boost.Asio是用于网络和低层IO编程的跨平台C++库,为开发者提供了C++环境下稳定的异步模型. 综述 基本原理 应用程序与外界交互的方式有很多,可通过文件,网络,串口或控制台.例如在网络通…
Christopher Kohlhoff Copyright © 2003-2012 Christopher M. Kohlhoff 以Boost1.0的软件授权进行发布(见附带的LICENSE_1_0.txt文件或从http://www.boost.org/LICENSE_1_0.txt) Boost.Asio是用于网络和低层IO编程的跨平台C++库,为开发者提供了C++环境下稳定的异步模型. 综述 基本原理 应用程序与外界交互的方式有很多,可通过文件,网络,串口或控制台.例如在网络通信中,完…
编辑tools/build/src/tools/gcc.jam rule setup-threading ( targets * : sources * : properties * ){ local threading = [ feature.get-values threading : $(properties) ] ; if $(threading) = multi { local target = [ feature.get-values target-os : $(properties…
Python写的Boost自动编译程序 1.1 改进: 根据自己的环境筛选出已安装环境,并列出 环境提供选择. 支持X64位的自动参数编译. 可以选择编译的参数,其他版本持续改进中 自动编译自动安装到指定目录(需要自己改PY代码) 有需要改进的请继续,自行修改,修改请保留作者版权. 已测试过 WIN10下自动编译B2和编译VS2010版BOOST 1.61 目前仅支持VS2010以及未来版本,仅支持BOOST 1.53以上版本 源码: # Code by koangel # EMail: jac…
本程序WINDOWS专用,只做抛砖引玉,希望诸位按照各自需求自行修改,主要目的是为了让诸位编译时可以省一些组合指令的时间,只需要修改几个参数即可自动编译. 支持64位编译模式. 改进版本:http://www.cnblogs.com/koangel/p/5673827.html 本程序只是1.0版本,可能不是特别完善,主要是针对我在编译WIN32 BOOST时候的一些需求,已测试过BOOST 1.61. # boost 全自动编译工具,仅用于WIN32编译 # import os import…
Compile Graphics Magick, Boost, Botan and QT with MinGW64 under Windows 7 64 Sun, 01/01/2012 - 15:43 — admin INTRODUCTION This tutorial explains how to compile several important C++ libraries under Windows 7 64 bits using MinGW 64 for 64 bits archite…
Apache Thrift - Centos 6.5 Install http://thrift.apache.org/docs/install/centos Building Apache Thrift on CentOS 6.5 Starting with a minimal installation, the following steps are required to build Apache Thrift on Centos 6.5. This example builds from…
转自:http://121.199.54.6/wordpress/?p=1156 原始地址:http://www.chromium.org/developers/how-tos/build-instructions-windows#TOC-Building-Chromium This page has detailed information on building Chromium on Windows, including tips for troubleshooting and for s…
Given a 2D matrix matrix, find the sum of the elements inside the rectangle defined by its upper left corner (row1, col1) and lower right corner (row2, col2). Range Sum Query 2D The above rectangle (with the red border) is defined by (row1, col1) = (…
http://davidlwq.iteye.com/blog/1580752 运行环境:ubuntu 12.04, boost 1.50.0 由于要把boost移植到arm板上去,所以折腾了一下,后来发现其实挺简单的,这里仅记录下流程,跟上文一样,这里假设你的目标系统的工具链已设置好 boost的编译分两部:编译bjam,编译boost 编译bjam的工作比较简单,根据文档上来就可以: 进入下载下来的boost的根目录,进入tools/build/v2 运行bootstrap.sh 运行b2 i…
Using Boost Libraries in Windows Store and Phone Applications RATE THIS Steven Gates 18 Jul 2014 5:30 AM 12 Boost contains a lot of high quality cross platform C++ libraries. Some of the libraries in Boost use APIs that aren't available in Windows St…
# Copyright Vladimir Prus 2002-2006.# Copyright Dave Abrahams 2005-2006.# Copyright Rene Rivera 2005-2007.# Copyright Douglas Gregor 2005.## Distributed under the Boost Software License, Version 1.0.# (See accompanying file LICENSE_1_0.txt or copy at…
STLport的下载地址 http://sourceforge.net/projects/stlport/ 下载后,解压出文件.我的目录是 D:\STLport-5.2.1 . 右键计算机,属性,高级系统设置,环境,系统变量,编辑Path变量,添加;C:\Program Files\Microsoft Visual Studio 10.0\VC\bin.(我的路径是这样,分号是分隔符),确定.. 然后在 C:\Program Files\Microsoft Visual Studio 10.0\…