# Configure Linux setup and environment

1. Install the GNU compiler collection (GCC), which is included with the SDK:

cp -rf QCCSDK-QCC74x/toolchain/linux_x86_64/ /usr/bin/
        echo 'export PATH=$PATH:/usr/bin/linux_x86_64/bin' >> ~/.bashrc
        source ~/.bashrc
        Copy to clipboard
2. Install <cite>make</cite>:

cd ~
        sudo apt install make -y
        Copy to clipboard

Last Published: May 06, 2026

Previous Topic
 
Configure Windows setup and environment Next Topic

Set up Visual Studio Code QCC IDE