Skip to content

Commit

Permalink
Updated build.md [#METR-2944].
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Dec 12, 2016
1 parent e8e6273 commit 1a1f6aa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ sudo ln -s /usr/local/bin/g++ /usr/local/bin/c++
# /usr/local/bin/ should be in $PATH
```

Note that these ways of installation differs.
When installing from PPA, by default, "old C++ ABI" is used,
and when installing from sources, "new C++ ABI" is used.
When using different C++ ABI, you need to recompile all C++ libraries,
otherwise libraries will not link.
ClickHouse works with both old and new C++ ABI,
but production releases is built with old C++ ABI.

## Use GCC 6 for builds

```
Expand Down

0 comments on commit 1a1f6aa

Please sign in to comment.