We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d619625 commit 56bb2b9Copy full SHA for 56bb2b9
inflection/README.md
@@ -80,6 +80,19 @@ The following are the dependencies to use this code.
80
81
### Building
82
83
+#### Working with LFS
84
+
85
+Additional checkout steps are necessary when working with the repository as it utilizes Git LFS files.
86
87
+##### Get LFS client and install it, e.g. on Ubuntu
88
89
+```bash
90
+sudo apt install git-lfs
91
+git lfs install
92
+```
93
94
+For more details and troubleshooting refer to this [guide](https://git-lfs.com/).
95
96
#### Resolving ICU4C dependancy
97
98
Before building this project, you must have a distribution of ICU4C available. The path to the ICU distribution must be
0 commit comments