Skip to content

Commit

Permalink
Updated READMEs in submodules to make it clearer that builds should a…
Browse files Browse the repository at this point in the history
…lways occur at top-level (#89)
  • Loading branch information
dkohlbre committed May 6, 2019
1 parent acdffea commit 5d4f076
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,15 @@ sudo apt update
sudo apt install autoconf automake autotools-dev bc bison build-essential curl \
expat libexpat1-dev flex gawk gcc git gperf libgmp-dev libmpc-dev libmpfr-dev \
libtool texinfo tmux patchutils zlib1g-dev wget bzip2 patch vim-common lbzip2 \
python pkg-config libglib2.0-dev libpixman-1-dev device-tree-compiler
```

Some of the utilities also use ``expect`` so we recommend that you install that as well though it is not strictly necessary.
```
sudo apt install expect
python pkg-config libglib2.0-dev libpixman-1-dev device-tree-compiler expect
```

Setup Tools and Submodules
```
./fast-setup.sh
```

Build All for QEMU
Build All
```
make
```
Expand All @@ -60,6 +55,11 @@ Terminate QEMU
poweroff
```

## Rebuilding

Any modifications in a submodule should be built with the top-level
`make` in Keystone.

# Documentation

See [docs](http://docs.keystone-enclave.org) for detailed
Expand Down
2 changes: 1 addition & 1 deletion linux-keystone-driver
2 changes: 1 addition & 1 deletion sdk
Submodule sdk updated 2 files
+6 −14 README.md
+1 −1 runtime

0 comments on commit 5d4f076

Please sign in to comment.