validate: remove autotools build
[platform/upstream/gstreamer.git] / validate / README
index fe822ca..d93120b 100644 (file)
@@ -25,17 +25,11 @@ After cloning or extracting from a tarball, enter the gst-validate directory:
 
 cd gst-validate
 
-The 'master' branch uses gstreamer 1.0, there is a '0.10' branch for
-gstreamer 0.10. The default is the 'master' branch, if you want to use it
-for 0.10, do:
-
-git checkout --track origin/0.10
-
 Build with:
 
-./autogen.sh --prefix=<installation-prefix>
-make
-sudo make install (only if you want to install it)
+meson build --prefix=<installation-prefix>
+ninja -C build
+sudo ninja -C build install (only if you want to install it)
 
 Replace <installation-prefix> with your desired installation path, you can omit
 the --prefix argument if you aren't going to install it or if you want the