ValveSoftware / voglperf

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

Ubuntu 17.10 fixes #35

Closed TTimo closed 6 years ago

TTimo commented 6 years ago

fix gcc version detection use system libedit (provided static library is too old) see issue #34

Motherboard commented 6 years ago

Is there any plan to merge this, or is voglperf dead?

Motherboard commented 6 years ago

Where is LIBEDIT defined? What should it contain?

I get

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBEDIT_LIBS
    linked by target "voglperfrun" in directory /home/master/voglperf/voglperf/src

Edit: nm, installed libedit-dev and now it's working.