Skip to content

Commit

Permalink
Fix documentation on using SublimeClang
Browse files Browse the repository at this point in the history
TBR=randomdsadsassli@chromium.org

Change-Id: I832865b15931918f576408f087dabb6b40a272f3
Reviewed-on: https://chromium-review.googlesource.com/978206
Commit-Queue: Ivan Šandrk <isandrk@chromium.org>
Reviewed-by: Ivan Šandrk <isandrk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#545416}
  • Loading branch information
Ivan Sandrk authored and Commit Bot committed Mar 23, 2018
1 parent 868d199 commit 6a7d891
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/sublime_ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ resource directory instead of that supplied by SublimeClang.
cd SublimeClang
# Copy libclang.so to the internals dir
cp /usr/lib/llvm-3.9/lib/libclang.so.1 internals/libclang.so
# Fix src/main.cpp (shared_ptr -> std::shared_ptr)
sed -i -- 's/shared_ptr/std::shared_ptr/g' src/main.cpp
# Make the project - should be really quick, since libclang.so is already built
cd src && mkdir build && cd build
cmake ..
Expand Down

0 comments on commit 6a7d891

Please sign in to comment.