Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cabal Build/run/install fails on instantiation but there are no additional installation instructions to inform the user of required dependencies. #31

Open
severian1778 opened this issue Dec 13, 2023 · 1 comment

Comments

@severian1778
Copy link

severian1778 commented Dec 13, 2023

It seems that the build instructions are missing directives to properly compile the package in the latest cabal version. Manual manipulation of the HsYaml build dependencies results in further dependecy spirals without an easy resolution.

image

@rsoeldner
Copy link
Member

@severian1778 thank you for bringing up this topic. The easiest option is to start using the kda-tool from the pre-build binaries, available under the release page #https://github.com/kadena-io/kda-tool/releases

If you want to build the project fromt its sources, please go with a nix setup, that is:

nix build

or

nix develop
cabal build

I hope this information helps you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants