Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 625 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 625 Bytes

Aspect-Ratio-Calculator-C!

This is a simple Console/Terminal application for calculating aspect ratios of screens and or resolutions.

image

Compiling

  1. Using git clone the repository to a folder of your liking
$ git clone https://github.com/PineTreePizza/Aspect-Ratio-Calculator-C
  1. Open a Terminal/Command Line window in the folder and run the following
$ cmake --build .

This should fully compile it and leave you with an executable file which you should run in your Terminal/Command Line.