Skip to content

Commit 4146256

Browse files
author
DenverM80
committed
Fix a few instances of autotools -> CMake that were missed
1 parent 1154111 commit 4146256

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Unix/Linux
5252

5353
For Unix/Linux we distribute the SDK as source code. The release tarballs
5454
contain a simple build script that should work on most Unix/Linux systems. The
55-
build system is currently autotools.
55+
build system is currently CMake.
5656

57-
To install cmake on Ubuntu use apt-get and install the following:
57+
To install CMake on Ubuntu use apt-get and install the following:
5858

5959
$ sudo apt-get install cmake
6060

61-
To install cmake on CentOS use yum and install the following:
61+
To install CMake on CentOS use yum and install the following:
6262
$ sudo yum install cmake
6363

6464
The SDK depends upon several open source libraries, so you'll need to ensure
@@ -121,10 +121,10 @@ GIT Clone
121121
---------
122122

123123
To build the SDK from a git clone you must have a relatively recent version of
124-
GNU autoutils installed. While the release tarball does contain the build
125-
scripts that cmake generates, the git repository does not.
124+
GNU CMake installed. While the release tarball does contain the build
125+
scripts that CMake generates, the git repository does not.
126126

127-
Assuming you have cmake installed, you can follow the same instructions as the tarball release.
127+
Assuming you have CMake installed, you can follow the same instructions as the tarball release.
128128

129129
pkg-config Usage
130130
-----

0 commit comments

Comments
 (0)