MaartenBaert / ssr

SimpleScreenRecorder, a screen recorder for Linux
http://www.maartenbaert.be/simplescreenrecorder/
GNU General Public License v3.0
2.58k stars 290 forks source link

Build fails on debian wheezy #33

Open sirio81 opened 11 years ago

sirio81 commented 11 years ago

Hi, I'm running debian wheezy 64 bit. Why are lib 32 necessary?

Anyway, ./simple-build-and-install stop here: checking for XOpenDisplay in -lX11... no

What do I need more to compile ssr?

MaartenBaert commented 11 years ago

The 32-bit library is optional, it is only needed if you want to record 32-bit games (e.g. WINE, Steam) with OpenGL recording. You can comment out the 32-bit parts in the simple-build-and-install script if you don't want it.

You can probably fix the issue you are having by following the steps in the README file. The steps for ubuntu will likely work for debian as well.

Seegras commented 11 years ago

How about apt-get source simplescreenrecorder ; cd simplescreenrecorder-0.1.2; dpkg-buildpackage ?

Works.

I would even import the debian build files and use dpkg-buildpackage when getting the source from git.

koenwybo commented 10 years ago

Maybe this can help: https://github.com/MaartenBaert/ssr/issues/90