Skip to content

Compile

sobkas edited this page Jun 18, 2013 · 6 revisions

To compile this project you first need to install:

https://github.com/sobkas/elfhacks

https://github.com/sobkas/packetstream

The best way to do it is to build debian packages out of them. debian directory is provided within. And remember to install dependencies:

apt-get install cmake dh-exec debhelper libasound2-dev liblzo2-dev libpng12-dev libxxf86vm-dev libpulse-dev

  • git clone git://github.com/sobkas/elfhacks.git

  • cd elfhacks

  • fakeroot ./debian/rules binary

  • git clone git://github.com/sobkas/packetstream.git

  • cd packetstream

  • fakeroot ./debian/rules binary

After that there should be several packages like:

  • libpacketstream-dev_0.1.4-2_i386.deb
  • libpacketstream0_0.1.4-2_i386.deb
  • libelfhacks-dev_0.4.1-2_i386.deb
  • libelfhacks0_0.4.1-2_i386.deb

After installing them you should move to next step.

Same thing for packetstream

After installing created packages get glc proper:

git clone git://github.com/sobkas/glc.git

cd glc

fakeroot ./debian/rules binary

this should create:several packages like:

For every architecture supported one of libglc-cpature0 is needed:

For example libglc-capture0_0.5.8-3_i386.deb is for i386

On the other hand glc should be installed only once:

example: glc_0.5.8-3_i386.deb

Clone this wiki locally