README: clarify line about .olean files#129
README: clarify line about .olean files#129waldyrious wants to merge 1 commit intoleanprover-community:masterfrom
Conversation
|
I usually run See https://leanprover-community.github.io/leanproject.html#getting-mathlib-oleans |
| ``` | ||
|
|
||
| Make sure that olean files are generated for mathlib in `_target`, otherwise this will be extremely slow. | ||
| Make sure that [`.olean` files](https://github.com/leanprover/tutorial/blob/master/05_Interacting_with_Lean.org#projects) |
There was a problem hiding this comment.
We most likely don't want to link to that tutorial which is very out of date. It's better to link to the community webpage on leanproject.
There was a problem hiding this comment.
Sure, I can remove the link — just changing from "olean files" to ".olean files" already helps making things a little clearer, IMO. I could replace the link with https://leanprover-community.github.io/leanproject.html instead, but I don't think that page (in its current state) provides the information one would expect when clicking on the expression ".olean files" (i.e. additional details on what .olean files are).
That said, depending on the outcome of the conversation at leanprover-community/leanprover-community.github.io#180, it could make sense to add the link here. I'd suggest holding this PR until that one is resolved, so we can decide what makes the most sense here.
If the |
|
Which easily takes 2 hours. |
Just a small tweak to make the line less cryptic for beginners.
Although, to be honest I still don't fully understand what this sentence is saying — how does one make sure the
.oleanfiles are generated in the_targetfolder, and what exactly will be extremely slow otherwise?