Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Solution 1 Issues #138

Open
oneEdoubleD opened this issue Jun 1, 2020 · 2 comments
Open

Solution 1 Issues #138

oneEdoubleD opened this issue Jun 1, 2020 · 2 comments

Comments

@oneEdoubleD
Copy link

oneEdoubleD commented Jun 1, 2020

cabal build all

Sometimes cabal is installed as 2.4.0.0 while we need cabal 3.2.0.0. This can be fixed by running:

cabal update
cabal install Cabal cabal-install 
export PATH="$HOME/.cabal/bin:$PATH"

cabal install cardano-node cardano-cli

You need to sometimes run cabal user-config update before the installation works, although this is only really documented in github issues such as haskell/cabal#5973

build-enterprise

This has changed and should just be build

@oneEdoubleD
Copy link
Author

Happy to make these changes once I get a minute later today/tomorrow :)

@CarlosLopezDeLara
Copy link
Collaborator

CarlosLopezDeLara commented Jun 2, 2020

Fixed the address builld error. #140

Interested on the cabal stuff, if you can propose the changes it would be great! Thanks .

I'm actually wondering if this the problem Im having

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

No branches or pull requests

2 participants