/content-source-control-git

Kenny's Source Control with Git Public Repo

Primary LanguageMakefileOtherNOASSERTION

README

A simple application that does nothing useful except to practice with source code.

You will need to have the GNU C++ compiler installed on your system.

  • On Debian/Ubuntu, run:
sudo apt install build-essential
  • On CentOS/Red Hat Enterprise Linux/Fedora, run:
sudo yum group install "Development Tools"

To build the program, run:

make

To install the program:

sudo make install

To run the program, execute:

hi-there

You can uninstall the program by running:

sudo make uninstall

Note:

Get out on the internet, make your keyboards move.