Skip to content

Commit cfdc527

Browse files
committed
Merge branch 'hotfix/0.1.6'
2 parents 056673b + 7b4a2c0 commit cfdc527

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ profile
2525
build/*
2626
html/
2727
cov-int
28-
Testing
2928

3029
# Editor files
3130
.clang_complete

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The goals and targets of this project are:
6060
## Prerequisites
6161

6262
[CDT++] should build on any system (e.g. Linux, MacOS, Windows) with
63-
[CMake], [CGAL], [Boost], [MPFR], [Eigen], and [curl] installed.
63+
[CMake], [CGAL], [Boost], [MPFR], [Eigen], and [curl] installed.
6464
(Curl can be difficult on Windows, see [.appveyor.yml] for details.)
6565
[TBB] provides an optional (but significant) speed boost. [Catch] is
6666
optional (but recommended) for running the unit tests, and [Ninja] is an
@@ -78,7 +78,7 @@ brew install tbb --c++11
7878
brew install cgal --imaging --with-eigen3 --with-lapack
7979
~~~
8080

81-
On Ubuntu, you will need an updated versions of [Clang] or [gcc],
81+
On Ubuntu, you will need an updated versions of [Clang] or [gcc],
8282
[CMake], and [Boost], which is scripted in [.travis.yml].
8383
With Howard Hinnant's [date] library, you may also need to install
8484
`libcurl-dev`, which is a virtual package with many flavors, OpenSSL being

0 commit comments

Comments
 (0)