README.md: Remove experimental CMake status

This commit is contained in:
evpobr 2020-08-26 12:17:32 +05:00
parent acfcd147da
commit ee57a6fcd0

View File

@ -16,9 +16,9 @@ You can grab the source code using:
For building for Android see [BuildingForAndroid][BuildingForAndroid].
There are currently two build systems; the official GNU autotool based one and
a more limited and experimental CMake based build system. Use of the CMake build
system is documented below.
There are currently two build systems: the traditional GNU autotool based one and
modern CMake based build system. Use of the CMake build system is documented
below.
Setting up a build environment for libsndfile on Debian or Ubuntu is as simple as:
@ -42,8 +42,8 @@ as simple as:
## The CMake build system
Although Autotools is the primary and recommended build toolchain, experimental
CMake meta build generator is also available. The build process with CMake takes
Although Autotools is the primary and recommended build toolchain, CMake meta
build generator is also available. The build process with CMake takes
place in two stages. First, standard build files are created from configuration
scripts. Then the platform's native build tools are used for the actual
building. CMake can produce Microsoft Visual Studio project and solution files,