sakaki- / gentoo-on-rpi-64bit

Bootable 64-bit Gentoo image for the Raspberry Pi4B, 3B & 3B+, with Linux 5.4, OpenRC, Xfce4, VC4/V3D, camera and h/w codec support, weekly-autobuild binhost
GNU General Public License v3.0
926 stars 127 forks source link

Installing packages #214

Open Ankita-020696 opened 2 years ago

Ankita-020696 commented 2 years ago

Hi, I am using this for my work. I want to install following packages,

  1. g++
  2. gcc
  3. clang
  4. CXX compiler
  5. icc compiler How do I get them?

Thanks

K-REBO commented 2 years ago

You can search Package by trying bellow command

emerge -s <search-keyword>

and install

sudo emerge <package-name>

and this case

sudo emerge sys-devel/gcc