ColdIV / math-tool

math-tool - a school project
2 stars 0 forks source link

make program portable #46

Closed ColdIV closed 4 years ago

ColdIV commented 4 years ago

Resolves: #42

Turns out it wasn't the libraries / o files that were hindering the program to function but the font file. So I moved the font to the root folder and added a bin/ folder for distribution. The Makefile now copies the font and the executable to the bin folder (which should contain the dll's as well, which are not in git!) make clean removes the executable and the font from the bin folder.

You should be able to share the bin folder and run the program wherever you want.