Skip to content

Commit

Permalink
docs: Write about the association between GNU/Linux and Autotools exp…
Browse files Browse the repository at this point in the history
…licitly

Suggested by @timfayz in universal-ctags#664.

Signed-off-by: Masatake YAMATO <[email protected]>
  • Loading branch information
masatake committed Nov 12, 2015
1 parent e2dda89 commit caef777
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ Pull-requests are welcome!
## 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 on Windows, see `docs/windows.rst` for more information.
To build on OSX, see `docs/osx.rst` for more information.
7 changes: 5 additions & 2 deletions docs/autotools.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Building with configure
Building with configure (\*nix including GNU/Linux)
---------------------------------------------------------------------

Like most Autotools-based projects, you need to do::

$ autoreconf -vfi
Expand All @@ -10,3 +9,7 @@ Like most Autotools-based projects, you need to do::

After installing the `ctags` executable will be in `$prefix/bin/`.

If you use (binary oriented) GNU/Linux distribution, `autoreconf` may
be part of `autoconf` package. In additional you may have to install
`automake`, too. Though ctags doesn't use `automake` command in
build-time, it uses `aclocal.m4` bundled as part of the package.

0 comments on commit caef777

Please sign in to comment.