$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step by step – Code::Blocks Installation on MX Linux

March 7, 2020 | By the+gnu+linux+evangelist.

GNU/Linux MX Installing Code::Blocks IDE – Step by step Guide

How to Install Code::Blocks IDE on MX 18.x/19.x GNU+Linux desktop – Step by step Tutorial.

And Code::Blocks for MX Linux is a Free C, C++ and Fortran IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.

Finally, this guide includes detailed instructions on Getting Started with Code::Blocks Development on MX Linux.

Step-by-step – Code::Blocks MX Linux 19 Installation Guide
  1. 1. Terminal Quick Start

    How to Quick Start with Command Line on MX GNU/Linux

    Bash Shell MX Quick Start Guide

    First, Update the Apt Repo Sources with:

    sudo apt update
    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.