Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.22 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.22 KB

Build Status License: GPLv3

C Samples

This repository contains C code samples for Introduction to Computer Science at National Technological University - Buenos Aires.

Getting Started

Prerequisites

To build the sample project from source, the following tools are needed:

  • gcc
  • make

On Ubuntu/Debian, you can install them by running the following command:

sudo apt-get install build-essential

On other platforms, please use the corresponding package manager to install them before proceeding.

Building

To build all the sample applications execute the following:

cd c-samples
bash build.sh

Running

To run a certain sample application execute the following:

./app

Maintainers

License

This project is licensed under the GPLv3 License. See the LICENSE file for details.