Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKristofKiss authored Jun 26, 2017
1 parent c3034ae commit 9a16094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ There are many C/C++ code format tools such as "[astyle](http://astyle.sourcefor
**[cpplint.py](http://google-styleguide.googlecode.com/svn/trunk/cppguide.html#cpplint)** is a C++ coding style checker provided by google. It can be used to check the C++ code against the [Google C++ coding style](http://google-styleguide.googlecode.com/svn/trunk/cppguide.html). It can detect many style errors and maintain the consistency of coding style.

## Requirement
cpplint.py http://google-styleguide.googlecode.com/svn/trunk/cppguide.html#cpplint
cpplint.py https://google.github.io/styleguide/cppguide.html#cpplint
clang-format http://clang.llvm.org/docs/ClangFormat.html

### Install cpplint.py on Linux/MacOS

sudo curl -L "http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py" -o /usr/bin/cpplint.py
sudo curl -L "https://raw.githubusercontent.com/google/styleguide/gh-pages/cpplint/cpplint.py" -o /usr/bin/cpplint.py
sudo chmod a+x /usr/bin/cpplint.py

### Install clang-format on Linux/MacOS
Expand Down

0 comments on commit 9a16094

Please sign in to comment.