Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions inflection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,19 @@ The following are the dependencies to use this code.

### Building

#### Working with LFS

Additional checkout steps are necessary when working with the repository as it utilizes Git LFS files.

##### Get LFS client and install it, e.g. on Ubuntu

```bash
sudo apt install git-lfs
git lfs install
```

For more details and troubleshooting refer to this [guide](https://git-lfs.com/).

#### Resolving ICU4C dependancy

Before building this project, you must have a distribution of ICU4C available. The path to the ICU distribution must be
Expand Down