Skip to content

Commit

Permalink
fix(website): fix website error stoneatom#1449
Browse files Browse the repository at this point in the history
  • Loading branch information
Double0101 committed Apr 11, 2023
1 parent 16d2c01 commit 2d536b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ln -s /usr/local/bin/cmake /usr/bin/
cmake --version
```
> If your gcc version too high, it may cause the compilation to fail. You can add #include <limits> in the beginning of cmake-3.72/Source/cmServerProtocal.cxx to solve it.
> If your gcc version too high, it may cause the compilation to fail. You can add #include \<limits\> in the beginning of cmake-3.72/Source/cmServerProtocal.cxx to solve it.
> ```c++
> #include <algorithm>
> #include <string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ln -s /usr/local/bin/cmake /usr/bin/
cmake --version
```
> 如果你的gcc版本过高, 可能导致编译失败. 你可以在cmake-3.72/Source/cmServerProtocal.cxx的文件开头加上#include <limits>来解决这个问题.
> 如果你的gcc版本过高, 可能导致编译失败. 你可以在cmake-3.72/Source/cmServerProtocal.cxx的文件开头加上#include \<limits\>来解决这个问题.
> ```c++
> #include <algorithm>
> #include <string>
Expand Down

0 comments on commit 2d536b9

Please sign in to comment.