#Currency Converter# This is a simple currency calculator written in C. It updates its database from the European Central Bank's API.
##Dependencies##
Currency Converter only needs libxml2
.
##Compiling##
- Running
make
ormake compile
will compile the code and leave an executable called currency. - Running
make run
will compile the code and run the executable in one step. - Running
make test
will compile the code and perform memory tests using valgrind. - Running
make clean
will remove the executable and only leave the code files. - Running
make install
will install Currency Converter to usr/local/bin and runningmake uninstall
will remove it.