Timeline for Installing gtkmm from source
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 30, 2019 at 19:22 | comment | added | Porcupine |
$ sudo apt build-dep gtkmm3.0 [sudo] password for nikhil: Reading package lists... Done E: Unable to find a source package for gtkmm3.0
|
|
| Apr 30, 2019 at 19:10 | comment | added | Stephen Kitt |
sudo apt build-dep gtkmm3.0 runs without producing any output?
|
|
| Apr 30, 2019 at 16:44 | comment | added | Porcupine |
sudo apt build-dep gtkmm3.0, nothing happens. Also I did sudo apt build-dep libgtkmm3.0-dev, which shows error that Unable to find a source package for libgtkmm3.0-dev. I am surprised as apt search gtkmm3.0 does not outputs anything, while the later does output ? What should be changed?
|
|
| Apr 30, 2019 at 15:59 | vote | accept | Porcupine | ||
| Apr 30, 2019 at 16:41 | |||||
| Apr 30, 2019 at 15:58 | vote | accept | Porcupine | ||
| Apr 30, 2019 at 15:59 | |||||
| Apr 30, 2019 at 9:51 | history | edited | Stephen Kitt | CC BY-SA 4.0 |
Forgot about static linking.
|
| Apr 30, 2019 at 9:49 | comment | added | Stephen Kitt |
The -0v5 package contains the runtime libraries, and is needed to run programs linked (dynamically) against libsigc++. The -dev package depends on the runtime package and adds various files which are only needed for development: header files, the main linker script (or in most cases a symlink to the runtime library) etc.
|
|
| Apr 30, 2019 at 9:41 | comment | added | Porcupine |
Could you please tell what is the difference between libsigc++-2.0-0v5 and libsigc++-2.0-dev? As these both are libraries, what is the difference? What is the use of libsigc++-2.0-0v5?
|
|
| Apr 30, 2019 at 9:34 | history | answered | Stephen Kitt | CC BY-SA 4.0 |