python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
dpkg versioning problem with libstdc++ 10 and 11
I have a Debian package built in Ubuntu 21.10 which fails to install because of a dependcy on libstdc++6 (>= 11). Raspberry Pi OS uses GCC 10.3; so it only has libstdc++6 (10.3.x).
I switched the U...

Robin Davies
Votes: 0
Answers: 1
How to correctly add a systemd service to a cpack generated debian package?
I am trying to generate a debian package via cpack that respects the system configuration (as in don't start the service if the admin doesn't want it to) and that does not cause errors when being inst...
edt_devel
Votes: 0
Answers: 1
Append bin folder to PATH environement variable after installation
I have done a C++ program for Windows and an NSIS installer using CPack.
I want that after the installation, the user can call my program from the terminal without giving the whole path of the exe.
So...
Maxime Charrière
Votes: 0
Answers: 1