Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
GH-25 - Remove notes on utilizing mandel dev install as it is not the…
Browse files Browse the repository at this point in the history
… current recommendation.
  • Loading branch information
oschwaldp-oci committed Jun 23, 2022
1 parent 6861023 commit 1bc711e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ export CCACHE_DISABLE=1

### Building Integration Tests

Integration tests require access to a mandel build. Instructions below provide additional steps for using a mandel built from source or installed. For development purposes it is generally advised to use mandel built from source instead of installed.
Integration tests require access to a mandel build. Instructions below provide additional steps for using a mandel built from source. For development purposes it is generally advised to use mandel built from source.

#### For building integration tests with mandel built from source (not installed)
#### For building integration tests with mandel built from source

Need to provide some environment variables to find necessary test dependencies
Currently need both while mandel repo is undergoing evolution in naming.
Expand All @@ -54,16 +54,6 @@ export mandel_DIR=${mandel_root}/build/lib/cmake/eosio
export eosio_DIR=${mandel_root}/build/lib/cmake/eosio
```

#### For building integration tests with mandel dev install

Need to provide direction on `PATH` to find necessary dev/test dependencies and mandel package.

Update `PATH` to include the location mandel dev was installed to. Example from mandel dev install instructions uses `$HOME/mandeldev`, which will be used here as well.

```sh
export export PATH="$HOME/mandeldev:$PATH"
```

### Guided Installation or Building from Scratch
```sh
git clone --recursive https://github.com/eosnetworkfoundation/mandel.cdt
Expand Down

0 comments on commit 1bc711e

Please sign in to comment.