https://github.com/renproject/enclave-testcase
https://github.com/renproject/enclave-testcase
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/renproject/enclave-testcase
- Owner: renproject
- Created: 2021-04-06T01:44:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T08:49:40.000Z (about 5 years ago)
- Last Synced: 2023-03-02T04:22:03.942Z (over 3 years ago)
- Language: Go
- Size: 423 KB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
Clone repo and submodules
```
git clone https://github.com/renproject/enclave-testcase.git
cd enclave-testcase
git submodule update --init --recursive
```
Make sure that Go and Rust are installed. To build the executable, run
```
./build.sh
```
If local dependencies are missing (see list below), you will need to install them first. If you are using Ubuntu, the script `install-deps.sh` is provided to download the needed dependencies.
# Requirements
- make
- jq
- rust
- curl
- build-essential
- openssl
- pkg-config
- go
- c-for-go
- OpenCL (ocl-icd-opencl-dev on ubuntu)