Skip to content

Commit ff43106

Browse files
committed
Minor formatting fix in compilation guide. [skip ci]
1 parent f54f8f6 commit ff43106

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/deps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ be installed from the official repository of the given Linux distribution.
1818
- **`llvm-11-dev`**, **`clang-11`**, **`libclang-11-dev`**: C++ parser uses
1919
LLVM/Clang for parsing the source code.
2020
- **`odb`**, **`libodb-dev`**: For persistence ODB can be used which is an
21-
Object Relation Mapping (ORM) system.
21+
Object Relation Mapping (ORM) system.
2222
***See [Known issues](#known-issues)!***
2323
- **`libsqlite3-dev`**, **`libodb-sqlite-dev`**: SQLite library and the
2424
corresponding ODB development library, in case SQLite database system is
@@ -37,11 +37,11 @@ be installed from the official repository of the given Linux distribution.
3737
- **`libmagic-dev`**: For detecting file types.
3838
- **`libgit2-dev`**: For compiling Git plugin in CodeCompass.
3939
- **`node`** and **`npm`**: For building and developing the CodeCompass web GUI
40-
and managing dependencies.
40+
and managing dependencies.
4141
***See [Known issues](#known-issues)!***
4242
- **`ctags`**: For search parsing.
4343
- **`doxygen`**: For documentation generation.
44-
- **`libgtest-dev`**: For testing CodeCompass.
44+
- **`libgtest-dev`**: For testing CodeCompass.
4545
***See [Known issues](#known-issues)!***
4646
- **`libldap2-dev`**: For LDAP authentication.
4747

webgui-new/package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)