From 70959b6b2f70ddb626cda518f5f0eb06912c7853 Mon Sep 17 00:00:00 2001 From: milang Date: Sun, 1 Sep 2019 14:47:19 +0200 Subject: [PATCH] minor changes in configure script --- configure | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/configure b/configure index bead591..be39aa3 100755 --- a/configure +++ b/configure @@ -16,12 +16,18 @@ help() { cat << EOF Configuration script for the fxengine library. -This is actually very simple... ^^ +Usage: $0 [options...] -Build option (there is just only one) : +You should build out-of-tree by creating a build directory and configuring from +there. + + +Build option: --enable-profiling + By default, profiling is disabled, tht means you will not have access to fps. :( + This option enables fps count, but you need to have libprof (by Lephenixnoir) installed