fix evmstate,t8n,txparse build instructions
This commit is contained in:
parent
2b5195c526
commit
9256c741a0
|
@ -14,7 +14,7 @@ There are few options to build `evmstate` tool like any other nimbus tools.
|
|||
```
|
||||
2. Use nimbus shipped Nim compiler and dependencies.
|
||||
```
|
||||
$> make update
|
||||
$> make update deps
|
||||
$> ./env.sh nim c -d:release tools/evmstate/evmstate
|
||||
$> ./env.sh nim c -r -d:release tools/evmstate/evmstate_test
|
||||
```
|
||||
|
|
|
@ -14,7 +14,7 @@ There are few options to build `t8n` tool like any other nimbus tools.
|
|||
```
|
||||
2. Use nimbus shipped Nim compiler and dependencies.
|
||||
```
|
||||
$> make update
|
||||
$> make update deps
|
||||
$> ./env.sh nim c -d:release -d:chronicles_default_output_device=stderr tools/t8n/t8n
|
||||
$> ./env.sh nim c -r -d:release tools/t8n/t8n_test
|
||||
```
|
||||
|
|
|
@ -18,7 +18,7 @@ There are few options to build `txparse` tool like any other nimbus tools.
|
|||
```
|
||||
2. Use nimbus shipped Nim compiler and dependencies.
|
||||
```
|
||||
$> make update
|
||||
$> make update deps
|
||||
$> ./env.sh nim c tools/txparse/txparse
|
||||
```
|
||||
3. Use nimbus makefile.
|
||||
|
|
Loading…
Reference in New Issue