You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To build the package, run the command lake build. After a number of build commands scroll by, the resulting binary has been placed in build/bin. Running ./build/bin/greeting results in Hello, world!.
In what way is this incorrect?
Since 4.3.0, lake build by default puts all build outputs in the .lake/ directory, so the path to the executable should be .lake/build/bin/greeting. This can be confusing to people who run lake build and don't immediately see where the build folder is.
The text was updated successfully, but these errors were encountered:
You're right - the intro to the book states which version it follows, and it could use a bump soon, but not everyone will read that bit of the introduction.
Luckily for me, my past self set it up so these things mostly get tested during the build of the book text, but I'll double-check that this gets fixed on my next round of updates.
Please quote the text that is incorrect:
In what way is this incorrect?
Since 4.3.0,
lake build
by default puts all build outputs in the.lake/
directory, so the path to the executable should be.lake/build/bin/greeting
. This can be confusing to people who runlake build
and don't immediately see where the build folder is.The text was updated successfully, but these errors were encountered: