minor changes in configure script

This commit is contained in:
milang 2019-09-01 14:47:19 +02:00
parent cf7300f958
commit 70959b6b2f
No known key found for this signature in database
GPG Key ID: D287C9D6C33D9035
1 changed files with 8 additions and 2 deletions

10
configure vendored
View File

@ -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