Skip to content

Commit

Permalink
Updated documentation to include BSD build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mqudsi committed Sep 16, 2017
1 parent ded3b01 commit e49db10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ See [Homebrew Tap for Universal Ctags](https://github.com/universal-ctags/homebr

## How to build and install ##

To build with Autotools, see `docs/autotools.rst` for more information.
(To build on GNU/Linux, Autotools is your choice.)
To build with Autotools (GNU/Linux, \*BSD, etc.), see `docs/autotools.rst` for more information.
To build on Windows, see `docs/windows.rst` for more information.
To build on OSX, see `docs/osx.rst` for more information.

Expand Down
2 changes: 1 addition & 1 deletion docs/autotools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Like most Autotools-based projects, you need to do::

$ ./autogen.sh
$ ./configure --prefix=/where/you/want # defaults to /usr/local
$ make
$ make # under BSD, GNU Make (`gmake`) should be used instead
$ make install # may require extra privileges depending on where to install

After installation the `ctags` executable will be in `$prefix/bin/`.
Expand Down

0 comments on commit e49db10

Please sign in to comment.