aisouard / libwebrtc

:package: Google's WebRTC implementation in a single static library.
https://axel.isouard.fr/libwebrtc
Apache License 2.0
641 stars 190 forks source link

Is BUILD_DEB_PACKAGE working #42

Closed 9a4gl closed 7 years ago

9a4gl commented 7 years ago

I tried with -DBUILD_DEB_PACKAGE=ON but it didn't created a deb package, am I doing something wrong ?

aisouard commented 7 years ago

That feature is not finished yet. Did you try to execute the make package command or build the PACKAGE.vcxproj target ?

9a4gl commented 7 years ago

make package works, need this so I can try arm version which I do cross compile. Put that make package is required in readme files, not everyone familiar with cmake.