From 1b21763a2c17e2fb961746d334c7857e797de607 Mon Sep 17 00:00:00 2001 From: ProfessorKaos64 Date: Thu, 22 Sep 2016 14:20:38 -0400 Subject: [PATCH] spelling --- Building-For-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-For-Linux.md b/Building-For-Linux.md index b027228..e3062f8 100644 --- a/Building-For-Linux.md +++ b/Building-For-Linux.md @@ -40,7 +40,7 @@ Optionally, you can use "cmake -i .." to adjust various options (e.g. disable th **Using clang:** -Note: It is important you use libc++ vs. , otherwise your build will likely fail. libc++ is not 100% complete on GNU/Linux, but works well for this build. The libstdc++ std::string is a different data structure than the libc++ std::string. See: [LLVLM.org](https://llvm.org/svn/llvm-project/www-releases/trunk/3.8.0/projects/libcxx/docs/UsingLibcxx.html). If libc+ is not used, some warnings are treated as errors. Using clang is only really recommended for users not using GCC >= 5. Also see [Clang Comparison](http://clang.llvm.org/comparison.html). +Note: It is important you use libc++ vs. , otherwise your build will likely fail. libc++ is not 100% complete on GNU/Linux, but works well for this build. The libstdc++ std::string is a different data structure than the libc++ std::string. See: [LLVLM.org](https://llvm.org/svn/llvm-project/www-releases/trunk/3.8.0/projects/libcxx/docs/UsingLibcxx.html). If libc++ is not used, some warnings are treated as errors. Using clang is only really recommended for users not using GCC >= 5. Also see [Clang Comparison](http://clang.llvm.org/comparison.html). ``` mkdir build && cd build