Let user know about how to build after configure is done
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Thu, 20 Oct 2016 20:53:08 +0000 (17:53 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Thu, 20 Oct 2016 20:53:08 +0000 (17:53 -0300)
configure

index a43bca2..296ea69 100755 (executable)
--- a/configure
+++ b/configure
@@ -63,6 +63,8 @@ def configure_meson(args, options):
         subprocess.check_call([sys.executable, meson, "../"] + args, cwd=build_dir)
         subprocess.check_call([sys.executable, os.path.join(ROOTDIR, 'meson', 'mesonconf.py')]
                               + get_configs(meson), cwd=build_dir)
+        print("You can now build GStreamer and its various subprojects running:\n"
+            " $ ninja -C %s" % build_dir)
     except subprocess.CalledProcessError as e:
         print("EXIT meson return %s" % e.returncode)
         exit(1)