Skip to content

Commit 3b52ee3

Browse files
committed
Shorten
1 parent 8c12f56 commit 3b52ee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you want to use libXDF in C++ applications, follow these steps:
3838
)
3939
```
4040
41-
If `libxdf` was installed or extracted into a folder other than a standard system library folder, you will have to pass `-DXDF_INSTALL_ROOT=path/to/libxdf` to indicate where to find it.
41+
If `libxdf` is not in a standard system library location, pass `-DXDF_INSTALL_ROOT=path/to/libxdf` to specify its path.
4242
3. In your source code, `#include "xdf.h"`, instantiate an object of the `Xdf` class, and call the `load_xdf` method.
4343
4444
For example:

0 commit comments

Comments
 (0)