Skip to content

Commit

Permalink
Clean up the "Building Squash" docs a bit.
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Nemerson <[email protected]>
  • Loading branch information
nemequ committed Aug 22, 2015
1 parent ac3fa8e commit f9ba24a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,15 @@ autotools-based project:
~~~

This will translate the arugments you pass to the CMake versions and
invoke CMake.
invoke CMake. For a list of supported arguments, pass `--help`.

For a list of supported arguments, pass `--help`. If you don't have
bash, you'll have to call CMake manually:
If you don't have bash, you'll have to call CMake manually:

~~~{.sh}
cmake .
~~~

At this point, all you need to is call `make`, and likely `make
install`, just as you would for any other project.
At this point, all you need to do is call `make`, and likely `make
install`, just as you would for any other project. If you encounter
an error at this point please file a bug—all misconfigurations should
be detected by `configure`/`cmake`.

0 comments on commit f9ba24a

Please sign in to comment.