Elastic Reconstruction
HTML JavaScript Shell Makefile CSS
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bin
data
ext
public
routes
transactions
views
.gitignore
.gitmodules
Makefile
README.md
app.js
ebbrt_recon.sh
package.json
recon.sh

README.md

ER - Elastic Reconstruction

Requirements

  • build-essential
  • cmake
  • nodejs
  • npm
  • python-setuptools
  • libgsl0-dev
  • libboost

Clone repo and install submodules

$ git clone https://github.com/SESA/ER.git
$ cd ER
$ git submodule update --init --recursive

How to build and run

$ make build && make run