ValveSoftware / voglperf

Benchmarking tool for Linux OpenGL games. Spews frame information, logs frametimes.
Other
201 stars 31 forks source link

Correction to fps example command #25

Open mdeguzis opened 9 years ago

mdeguzis commented 9 years ago

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

mdeguzis commented 9 years ago

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