Skip to content

ebrahimmfadae/charge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

charge

A simple industrial project which is written in c++ for calculating the optimized amount of raw materials to make a standard alloy.

Build Project

cd build
cmake ..
make

Run Tests

cd build/test
./test

Run App

The app is written with gtk and glade. None of the UI elements are implemented.

In order to run the app you must copy app/views content to build/app/views.

cd build/app
./app