Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddehilster authored Jul 29, 2024
1 parent 7c6f5f5 commit 12f6c0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ To compile the nlp-engine for the Mac:

All the dependencies for building nlp engine from source are included in this repository. We use VCPkg to checkout and build ICU from source. We use CMake to build the nlp engine making sure the ICU library is "found" through VCPkg.

## NOTE**
If on WSL and trying to use VSCode to debug, run the following to help with a possible cmake error when trying to build using the C++ and CMake extensions for VsCode:
```
sudo apt-get install libicu-dev
```

## Linux / MacOS
```
git clone --recurse-submodules https://github.com/visualtext/nlp-engine
Expand Down

0 comments on commit 12f6c0f

Please sign in to comment.