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
I’ve added a note to the installation instructions:
Currently, you will also need to manually copy the standard library, referred to as the common vocabulary, common.ktn, to the same location.
This is due to a deficiency in Stack’s support of Cabal’s data-files feature, where if you install data files (such as common.ktn) with stack install, they’ll have the wrong path prefix: it searches for them in the build directory instead of the install location. So I haven’t been using data-files as a result.
I’ll see if I can add support for this with Cabal builds and add instructions for installing using Cabal, although ideally we’d be able to do everything through just Stack. If I can’t get that to work, I’ll just add a Makefile with a make install target.
Hi.
I get the following error when trying to run
kitten
outside of the source directory:(It works fine when running from the source directory.)
I followed the instruction from here for building and installation.
Thanks to fix this issue.
The text was updated successfully, but these errors were encountered: