EionRobb / skype4pidgin

Skype Plugin for Pidgin, libpurple and more
https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb#skypeweb-plugin-for-pidgin
625 stars 88 forks source link

missing CMake cpack configuration #695

Open beadon opened 1 year ago

beadon commented 1 year ago

Instructions report packaging is achieved:

sudo apt-get install libpurple-dev libjson-glib-dev cmake gcc
git clone git://github.com/EionRobb/skype4pidgin.git
cd skype4pidgin/skypeweb
mkdir build
cd build
cmake ..
cpack

However, this fails. cpack complains:

/skypeweb/$ cpack CPack Error: CPack generator not specified

Man pages for cpack reports (under the --config cli option): By default, CPackConfig.cmake in the current directory will be used.

I see the configuration packaging options for the generator in CMakeLists.txt , but I am unsure how to pass this to cpack. Should the instructions be updated ? Or should the CMakeLists.txt be updated ?

beadon commented 1 year ago

Fixed it with a PR -- please include into master: https://github.com/EionRobb/skype4pidgin/pull/696