Commit be5f9089 authored by Uche Ozoemena's avatar Uche Ozoemena Committed by Facebook Github Bot

Clarify Ubuntu build instructions (#984)

Summary:
Clarify the [last section](https://github.com/facebook/folly#ubuntu-1604-lts) of the Ubuntu build instructions about where commands need to be run from and how to invoke `make install`.

Fixes #847.
Pull Request resolved: https://github.com/facebook/folly/pull/984

Reviewed By: Orvid

Differential Revision: D13406491

Pulled By: yfeldblum

fbshipit-source-id: d04121812d0d7394000ea6116745c236db67aa23
parent 4e400267
......@@ -139,12 +139,12 @@ sudo apt-get install \
libdwarf-dev
```
In the folly directory, run:
In the folly directory (e.g. the checkout root or the archive unpack root), run:
```
mkdir _build && cd _build
cmake ..
make -j $(nproc)
make install
make install # with either sudo or DESTDIR as necessary
```
#### OS X (Homebrew)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment