Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2adcf66

Browse files
wosercdailey
authored andcommitted
Use CMake 3.x binary dist for travis
* Updated README: CMake >= 3.0 required
1 parentd78f0ed commit2adcf66

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

‎.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414
before_install:
1515
-sudo add-apt-repository ppa:apokluda/boost1.53 --yes
1616
-sudo add-apt-repository ppa:ubuntu-toolchain-r/test --yes# libstdc++-4.8
17-
-sudo add-apt-repository ppa:george-edison55/cmake-3.x --yes
1817
-if [ "${CXX}" == "clang++" ]; then sudo add-apt-repository --yes ppa:h-rayflood/llvm; fi# clang++-3.2
1918
-sudo apt-get update
2019

@@ -24,7 +23,7 @@ install:
2423
-sudo apt-get install libboost-system1.53-dev
2524
-sudo apt-get install libboost-regex1.53-dev
2625
-sudo apt-get install libboost-filesystem1.53-dev
27-
-sudo apt-get installcmake
26+
-wget -qO- http://www.cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz | tar xvz && sudo cp -fRcmake-3.3.2-Linux-x86_64/* /usr
2827

2928
before_script:
3029
# update compilers

‎README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ Building with CMake
5353
~~~~~~~~~~~~~~~~~~~
5454

5555
To build the libraries and run the tests with CMake, you will need to
56-
have CMake version2.8.10 or higher installed appropriately in your
56+
have CMake version3.0 or higher installed appropriately in your
5757
system.
5858

5959
::
6060

6161
$ cmake --version
62-
cmake version2.8.10
62+
cmake version3.2.2
6363

6464
Inside the cpp-netlib directory, you can issue the following statements to
6565
configure and generate the Makefiles, and build the tests::

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp