Add search path heading to README
This commit is contained in:
parent
b7b0217241
commit
f7a858c0de
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ On Windows (MSYS2):
|
|||
$ leanpkg build bin LINK_OPTS=-Wl,--export-all
|
||||
```
|
||||
|
||||
### Correcting Lake's Search Path
|
||||
|
||||
When running the built executable, you may need to ensure that `LEAN_PATH` includes the build directory of Lake (for Lake's `.olean` files) and Lean's library directory for stdlib's (ex., `Init`'s) `.olean` files.
|
||||
|
||||
For example:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue