You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
beadon
changed the title
missing CMake cpack utilities
missing CMake cpack configuration
Jul 9, 2023
Instructions report packaging is achieved:
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 ?
The text was updated successfully, but these errors were encountered: