{"id":3213,"date":"2025-02-10T01:22:35","date_gmt":"2025-02-09T17:22:35","guid":{"rendered":"https:\/\/guerilla.ddns.net\/wp\/?p=3213"},"modified":"2025-09-06T17:49:50","modified_gmt":"2025-09-06T09:49:50","slug":"a-c-c-programmer-needs-tools-after-a-new-ubuntu-24-installation","status":"publish","type":"post","link":"https:\/\/guerilla.ddns.net\/wp\/?p=3213","title":{"rendered":"A C\/C++ Programmer Needs Tools After A New Ubuntu 24 Installation"},"content":{"rendered":"<p>Development tools contain a few general useful tools like GCC, g++, make, libc6-dev, and dpkg-dev packages:<\/p>\n<pre><code class=\"language-bash\" data-line=\"\">sudo apt install build-essential<\/code><\/pre>\n<p>&nbsp;<\/p>\n<p>Installing the dev man pages:<\/p>\n<pre ><code class=\"language-bash\" data-line=\"\">sudo apt install manpages-dev man-db manpages-posix-dev<\/code><\/pre>\n<p>&nbsp;<\/p>\n<p>Installing GTK 3 development toolkit:<\/p>\n<pre><code class=\"language-bash\" data-line=\"\">sudo apt install libgtk-3-dev<\/code><\/pre>\n<p>&nbsp;<\/p>\n<p>Installing GTK 4 development toolkit:<\/p>\n<pre><code class=\"language-bash\" data-line=\"\">sudo apt install libgtk-4-dev<\/code><\/pre>\n<p>&nbsp;<\/p>\n<p>Installing the gtkmm 4 binary packages:<\/p>\n<pre ><code class=\"language-bash\" data-line=\"\">sudo apt install libgtkmm-4.0-dev<\/code><\/pre>\n<p>&nbsp;<\/p>\n<p>Installing the X11 development compilers:<\/p>\n<pre><code class=\"language-bash\" data-line=\"\">sudo apt install libx11-dev<\/code><\/pre>\n<p>&nbsp;<\/p>\n<p>Installing cmake:<\/p>\n<pre ><code class=\"language-bash\" data-line=\"\">sudo apt install cmake<\/code><\/pre>\n<p>&nbsp;<\/p>\n<p>Installing meson:<\/p>\n<pre><code class=\"language-bash\" data-line=\"\">sudo apt install meson<\/code><\/pre>\n<p>&nbsp;<\/p>\n<p>Source: <a href=\"https:\/\/www.cyberciti.biz\/faq\/howto-installing-gnu-c-compiler-development-environment-on-ubuntu\/\" target=\"_blank\">Ubuntu Linux Install GNU GCC Compiler and Development Environment<\/a><br \/>\n&nbsp;<\/p>\n<p>#c #cpp #c++ #cmake #meson #linux #gtk #gtkmm #x11<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Development tools contain a few general useful tools li [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[179],"tags":[27,18],"class_list":["post-3213","post","type-post","status-publish","format-standard","hentry","category-infotech","tag-coding","tag-ubuntu"],"_links":{"self":[{"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/3213","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3213"}],"version-history":[{"count":11,"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/3213\/revisions"}],"predecessor-version":[{"id":3537,"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/3213\/revisions\/3537"}],"wp:attachment":[{"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3213"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3213"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}