Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
/ gpa-calculator Public archive

A GPA calculator and interface written in C. Made as a college assigment project.

License

Notifications You must be signed in to change notification settings

Poleric/gpa-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPA Calculator

A GPA calculator and interface written in C.

Building

Linux

Requires ncurses and CMake

Debian

  • Installing ncurses
sudo apt-get update
sudo apt-get install libncurses5-dev libncursesw5-dev

Windows

For compiling and building on Windows, it's recommended to use vcpkg to manage library.

> git clone https://github.com/microsoft/vcpkg
> cd vcpkg
> bootstrap-vcpkg.bat
  • Installing required dependencies
> vcpkg install pdcurses:x64-windows
> vcpkg install gettext:x64-windows

In order to use vcpkg with Visual Studio, run the following command (may require administrator elevation):

> .\vcpkg\vcpkg integrate install

Visual Studio Code with CMake Tools

Adding the following to your workspace settings.json will make CMake Tools automatically use vcpkg for libraries:

{
  "cmake.configureSettings": {
    "CMAKE_TOOLCHAIN_FILE": "[vcpkg root]/scripts/buildsystems/vcpkg.cmake"
  }
}

About

A GPA calculator and interface written in C. Made as a college assigment project.

Resources

License

Stars

Watchers

Forks

Languages