Replies: 1 comment 6 replies
-
Hello, did you look at CONTRIBUTING.md already? I probably need to revise the dependency list as I think I forgot to do it for the last big Cardano upgrade. Although, the system pre requisite are identical to those of Ogmios which are detailed here: https://ogmios.dev/getting-started/building/#pre-requisites-server On MacOS you might need some other extra flags in a local cabal.project configuration; but this depends on your architecture, shell and package manager. I can likely help with that as I am also mainly developing on Mac. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi new to Haskell/Cabal, so in terms of getting this running, i'm pretty lost. I've installed https://www.haskell.org/ghcup via the website but i'm kinda lost what to do next.
I'm assuming I need to install a set of dependencies first, before I can develop locally? Can someone provide guidance on some commands I can run to get started? I would like to be able to make changes to the code for example, and then run it. And after i'm done with my changes, build it for Mac, Linux, etc.
I'm on a Mac (btw), which I think I saw is supported. Any help/guidance would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions