File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ Unix/Linux
5252
5353For Unix/Linux we distribute the SDK as source code. The release tarballs
5454contain 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
6464The SDK depends upon several open source libraries, so you'll need to ensure
@@ -121,10 +121,10 @@ GIT Clone
121121---------
122122
123123To 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
129129pkg-config Usage
130130-----
You can’t perform that action at this time.
0 commit comments