File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,26 @@ resulting in free implementations for:
19
19
20
20
## Building
21
21
22
+ ### Building using devx shell
23
+
22
24
Building is performed with ` cabal ` inside IOG's ` github:input-output-hk/devx ` shell.
23
25
See ` .envrc ` for details.
24
26
25
27
Make sure to ` cabal update ` before building.
26
28
29
+ ### Building manually
30
+
31
+ * Unsupported method: do on your own risk. Was tested on Arch Linux in 2024.*
32
+
33
+ Manual installation for required binary dependencies is described here:
34
+ https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/getting-started/install.md#installing-blst
35
+ Arch Linux has libblst in AUR, which is alternative for building it manually.
36
+
37
+ After installing binary dependencies ` cabal build ` should work.
38
+
27
39
## Running tests
28
40
29
41
Tests are runned in emulated environment using
30
42
[ CLB] ( https://github.com/mlabs-haskell/clb ) .
31
43
32
- Just run: ` cabal run cem-script-test ` .
44
+ Just run: ` cabal run cem-script-test ` .
You can’t perform that action at this time.
0 commit comments