Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project is a simple C program that performs basic arithmetic operations such as addition, subtraction, and multiplication.

Prerequisites

  • GNU Autotools (autoconf, automake, aclocal)
  • GCC (GNU Compiler Collection)

Installation

  1. Clone the repository:
    git clone git@github.com:omoskovko/c_project.git
    cd c_project
  2. Generate the configuration script:
    aclocal
    autoconf
    automake --add-missing
  3. Configure the project:
    ./configure
  4. Build the project:
    make
  5. Install the program:
    sudo make install

Usage

Run the installed program:

my_program

Cleaning Up

  1. Clean the build files and all generated files:
    make clean
  2. Uninstall the program:
    sudo make uninstall
  3. Clean everything including installed files:
    sudo make clean-all

About

Simple C program that performs basic arithmetic operations

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages