Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben2020 committed May 28, 2024
1 parent dc47c76 commit b2a6b11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/INSTALL-LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ cmake -G Ninja -DBUILD_QT5=ON -S . -B build
cmake -G Ninja -DNO_GUI=ON -S . -B build
```

Step 5: Run make and make install.
Step 5: Build and install.
```bash
cmake --build build
sudo cmake --install build
```

If you want to install to an alternative directory instead of the default one, use the following:
```bash
cmake -DCMAKE_INSTALL_PREFIX="/home/johndoe/tools/" -G Ninja -DBUILD_QT5=ON -S . -B build
cmake -DCMAKE_INSTALL_PREFIX="/home/johndoe/tools/" -G Ninja -S . -B build
cmake --build build
sudo cmake --install build
```
Expand Down
5 changes: 2 additions & 3 deletions windows-install/wincommon/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ The databases of *cscope* and *ctags* would be processed by the *cqmakedb* tool

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

[![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)


## Latest version

Expand Down Expand Up @@ -115,7 +113,7 @@ Yes. However, donations are welcomed.

## Which platforms are supported?

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.
It has been tested on Windows 10 64-bit, Mac OS X, Ubuntu and Arch Linux 64-bit.

Contributions are welcomed to attempt ports to other operating systems.

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


0 comments on commit b2a6b11

Please sign in to comment.