Skip to content

Commit b2a6b11

Browse files
committed
Updated docs
1 parent dc47c76 commit b2a6b11

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

doc/INSTALL-LINUX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ cmake -G Ninja -DBUILD_QT5=ON -S . -B build
6060
cmake -G Ninja -DNO_GUI=ON -S . -B build
6161
```
6262

63-
Step 5: Run make and make install.
63+
Step 5: Build and install.
6464
```bash
6565
cmake --build build
6666
sudo cmake --install build
6767
```
6868

6969
If you want to install to an alternative directory instead of the default one, use the following:
7070
```bash
71-
cmake -DCMAKE_INSTALL_PREFIX="/home/johndoe/tools/" -G Ninja -DBUILD_QT5=ON -S . -B build
71+
cmake -DCMAKE_INSTALL_PREFIX="/home/johndoe/tools/" -G Ninja -S . -B build
7272
cmake --build build
7373
sudo cmake --install build
7474
```

windows-install/wincommon/README.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ The databases of *cscope* and *ctags* would be processed by the *cqmakedb* tool
99

1010
The CodeQuery database file can be viewed and queried using the *codequery* GUI tool.
1111

12-
[![Build Status](https://github.com/ruben2020/codequery/actions/workflows/cmake.yml/badge.svg?branch=master)](https://github.com/ruben2020/codequery/actions) [![Coverity Status](https://scan.coverity.com/projects/10066/badge.svg)](https://scan.coverity.com/projects/ruben2020-codequery)
13-
1412

1513
## Latest version
1614

@@ -115,7 +113,7 @@ Yes. However, donations are welcomed.
115113

116114
## Which platforms are supported?
117115

118-
It has been tested on Windows 7 64-bit, Windows XP 32-bit, Mac OS X, Ubuntu and Fedora Linux 64-bit and, Ubuntu and Fedora Linux 32-bit.
116+
It has been tested on Windows 10 64-bit, Mac OS X, Ubuntu and Arch Linux 64-bit.
119117

120118
Contributions are welcomed to attempt ports to other operating systems.
121119

@@ -220,3 +218,4 @@ We thank the people behind the following projects:
220218
[Axialis](http://www.axialis.com/iconworkshop) - free images for CodeQuery and this website
221219
[brew](http://brew.sh/) - binaries for Mac here
222220

221+

0 commit comments

Comments
 (0)