filmov
tv
Super Easy C / C++ Tools Install on Linux - Create and Compile Your First Program with GCC / G++.
Показать описание
Super Easy C / C++ Tools Install on Linux which will help you Create and Compile your first C / C++ program today. This is intended for C / C++ beginners who need help setting up C / C++ compiler tools on their Linux distro of choice. (Ubuntu, Debian, Arch, RHEL based). C / C++ is general use programming language and all you need is a few minutes to setup GCC / G++ things setup so you can compile your own programs on Linux today using C / C++ compiler tools.
Start compiling your very first program by installing GCC / G++ and compiling. This is an easy method to install the tools required to compile C / C++ programs using the native package manager of your Linux Distro whether it be Ubuntu, Debian, Arch, or RHEL based. Look in further below in the description to find the proper package name for your distro. Start Programming in C / C++ today on your Linux system.
My Linux Cheat Sheet and 25 Page Checklist here:
Share this free tool and support Small YouTubers
(I made this tool to help creators)
Want more info/content?
Useful Links/Commands:
RHEL/CentOS/Fedora -
sudo yum groupinstall "Development Tools"
or
sudo yum install gcc gcc-c++ make
Debian/Ubuntu Based -
sudo apt install build-essential
Arch Based -
sudo pacman -Sy base-devel
Start compiling your very first program by installing GCC / G++ and compiling. This is an easy method to install the tools required to compile C / C++ programs using the native package manager of your Linux Distro whether it be Ubuntu, Debian, Arch, or RHEL based. Look in further below in the description to find the proper package name for your distro. Start Programming in C / C++ today on your Linux system.
My Linux Cheat Sheet and 25 Page Checklist here:
Share this free tool and support Small YouTubers
(I made this tool to help creators)
Want more info/content?
Useful Links/Commands:
RHEL/CentOS/Fedora -
sudo yum groupinstall "Development Tools"
or
sudo yum install gcc gcc-c++ make
Debian/Ubuntu Based -
sudo apt install build-essential
Arch Based -
sudo pacman -Sy base-devel
Комментарии