ValveSoftware / voglperf

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

Can't build in Xubuntu 14.04 64bit #12

Closed ubuntuaddicted closed 10 years ago

ubuntuaddicted commented 10 years ago

I want to get an idea of my FPS for The Witcher 2 so I found this voglperf tool but I am not sure how to build it. I downloaded the source, unpacked the archive, cd'd into the directory and ran make and I receive the following error Linking CXX executable /home/ubu/voglperf-0.1/bin/voglperfrun32 /usr/bin/ld: cannot find -ltinfo collect2: error: ld returned 1 exit status make[3]: * [/home/ubu/voglperf-0.1/bin/voglperfrun32] Error 1 make[3]: Leaving directory /home/ubu/voglperf-0.1/build32' make[2]: *** [CMakeFiles/voglperfrun.dir/all] Error 2 make[2]: Leaving directory/home/ubu/voglperf-0.1/build32' make[1]: *\ [all] Error 2 make[1]: Leaving directory `/home/ubu/voglperf-0.1/build32' make: * [voglperf32] Error 2

can someone please help me build this or point me to precompiled .deb's for ubuntu 14.04?

mikesart commented 10 years ago

Hi - On my Linux Mint 17 box, I had to apt-get install the "libtinfo-dev:i386" package.

mikesart commented 10 years ago

Along with g++-multilib, gcc-multilib, and libc6-dev-i386... :)

mikesart commented 10 years ago

Please re-open if this is still a problem. Thanks!