You will need a C and C++ compiler if you are going to compile and build C or C++ based program. In this article, i will show you how to install C and C++ compiler on lubuntu 17.10 artful aardvark, nice and easy.
How to install C/C++ compiler on Lubuntu 17.10
- open command line/terminal on lubuntu (press CTRL + ALT + T)
- run update command
-
sudo apt-get update - install build-essential package
-
sudo apt-get install build-essential - done!

0 comments:
Post a Comment