From ca2cb902b039fdcc76223b1500b34438d149c97f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 14 Sep 2020 02:20:24 +0200 Subject: Remove preview image --- README.md | 3 +-- preview.png | Bin 319920 -> 0 bytes 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 preview.png 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 Binary files a/preview.png and /dev/null differ -- cgit v1.2.3