Skip to content

Commit

Permalink
Add invocation of ninja in Ubuntu section of README
Browse files Browse the repository at this point in the history
The 'ninja' command is not mentioned in the Ubuntu section of the README.md
This problem was raised on the mailing list as well
https://groups.google.com/d/msg/seastar-dev/_wYMbdJIlrg/nJCb-W_FDQAJ

Signed-off-by: Sandeep Joshi <sanjos100@gmail.com>
Signed-off-by: Avi Kivity <avi@scylladb.com>
  • Loading branch information
sanjosh authored and avikivity committed Nov 3, 2015
1 parent 1c74f6d commit db3e6dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ To compile OSv explicitly using gcc 4.9, use:
make CC=gcc-4.9 CXX=g++-4.9 -j 24
```

Then finally:
```
ninja
```

### Building seastar in Docker container

To build a Docker image:
Expand Down

0 comments on commit db3e6dc

Please sign in to comment.