Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 434 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 434 Bytes

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