voglperf icon indicating copy to clipboard operation
voglperf copied to clipboard

Correction to fps example command

Open mdeguzis opened this issue 10 years ago • 1 comments

showfps on does not exist. Per the help command, fpsshow is correct.

mdeguzis avatar Mar 27 '15 17:03 mdeguzis

Added missing ncurses-dev package. make will fail without this.

Building 64-bit voglperf...
CMake Error at CMakeLists.txt:49 (message):
  Could not find libcurses


-- Configuring incomplete, errors occurred!
make[1]: Entering directory `/home/desktop/voglperf/build_unknown'
make[1]: *** No targets specified and no makefile found.  Stop.
make[1]: Leaving directory `/home/desktop/voglperf/build_unknown'
make: *** [voglperfnative] Error 2

mdeguzis avatar May 25 '15 02:05 mdeguzis