aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-14 02:20:24 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-14 02:20:24 +0200
commitca2cb902b039fdcc76223b1500b34438d149c97f (patch)
tree94fbe666e83f42542aa1a561216a66ad67ff1b08
parent5e78d12b4aef2327f32b07942f6ba9486ea80186 (diff)
Remove preview image
-rw-r--r--README.md3
-rw-r--r--preview.pngbin319920 -> 0 bytes
2 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index f4aff89..53a9a24 100644
--- a/README.md
+++ b/README.md
@@ -81,8 +81,7 @@ You can run `scripts/mingw_package.py` to automatically copy dynamic library dep
Manual cross compilation can be done by replacing c, c++ compilers and linker (ar) using the environment variable CC, CXX and AR.
# IDE support
Sibs generates a compile_commands.json in the project root directory when executing `sibs build` and tools that support clang completion can be used, such as YouCompleteMe or cquery.
-There are several editors that support YouCompleteMe, including Vim, Emacs and Visual Studio Code. Visual studio code now also supports clang completion with C/C++ extension by Microsoft. I recommend using Visual Studio Code along with cquery (https://github.com/cquery-project/cquery/wiki), which gives you very good IDE support for your C/C++ projects:
-![Image of cquery extension in Visual Studio Code](preview.png)
+There are several editors that support YouCompleteMe, including Vim, Emacs and Visual Studio Code. Visual studio code now also supports clang completion with C/C++ extension by Microsoft. I recommend using Visual Studio Code along with cquery (https://github.com/cquery-project/cquery/wiki), which gives you very good IDE support for your C/C++ projects.
If you are using Visual Studio Code then you should add .vscode/ to .gitignore or Visual Studio Code will lag a lot (because cquery adds a lot of files in .vscode directory).
# Tests
If your project contains a sub directory called "tests" then that directory will be used a test project. The test directory may contain a project.conf file which can contain \[dependencies] block for specifying test only dependencies. The test automatically includes the parent project as a dependency.
diff --git a/preview.png b/preview.png
deleted file mode 100644
index e5c7234..0000000
--- a/preview.png
+++ /dev/null
Binary files differ