We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee9b9f commit 6208727Copy full SHA for 6208727
packages/loopring_v3/README.md
@@ -2,6 +2,7 @@
2
3
## Build
4
5
+### MacOS
6
If you are using a Mac, you will need to (re)install the commandline tool:
7
8
```
@@ -23,8 +24,13 @@ Then you may also need to install "lgmpxx":
23
24
sudo make install
25
26
-Please use node v14.15.5.
27
-- `git submodule update --init --recursive` execute in the protocols directory
+### Build steps
28
+Use the following build dependencies:
29
+- node v14.15.5 (`nvm install 14.15.5`)
30
+- python 3.10 (`pyenv local 3.10`)
31
+
32
+Execute the following in the `protocols` directory:
33
+- `git submodule update --init --recursive`
34
- `npm install`
35
- `npm run build` or `npm run compile` or `npm run watch`.
36
0 commit comments