{"id":822,"date":"2019-03-07T22:26:15","date_gmt":"2019-03-08T03:26:15","guid":{"rendered":"http:\/\/sunapi386.ca\/wordpress\/?p=822"},"modified":"2019-03-07T22:26:21","modified_gmt":"2019-03-08T03:26:21","slug":"install-g-8-compiler","status":"publish","type":"post","link":"https:\/\/sunapi386.ca\/wordpress\/install-g-8-compiler\/","title":{"rendered":"Install g++-8 compiler"},"content":{"rendered":"\n<p>The new C++17 language requires g++ >= 8.0. To install it in Ubuntu 18.04:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ sudo apt install g++-8\n...\n$ which g++\n\/usr\/bin\/g++\n$ which g++-8\n\/usr\/bin\/g++-8\n$ sudo unlink g++\n$ sudo link -s \/usr\/bin\/g++-8 \/usr\/bin\/g++\n$ g++ --version\ng++ (Ubuntu 8.2.0-1ubuntu2~18.04) 8.2.0\nCopyright (C) 2018 Free Software Foundation, Inc.\nThis is free software; see the source for copying conditions.  There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>The new C++17 language requires g++ >= 8.0. To install it in Ubuntu 18.04:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[34],"tags":[],"class_list":["post-822","post","type-post","status-publish","format-standard","hentry","category-thoughts"],"_links":{"self":[{"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/posts\/822","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/comments?post=822"}],"version-history":[{"count":1,"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/posts\/822\/revisions"}],"predecessor-version":[{"id":823,"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/posts\/822\/revisions\/823"}],"wp:attachment":[{"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/media?parent=822"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/categories?post=822"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/tags?post=822"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}