Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 615 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 615 Bytes

FugueGenerator

By Daniel Lopez

As partial completion of Fall 2016, CS - 491: Minds, Maths and Machines, University of Nevada, Reno, Department of Computer Science

Building and Running

Building is easy; it only consists of make a directory called build, running cmake and make to get your executable

mkdir build && cd build
cmake .. && make
./FugueGenerator

Dependencies

Tiny XML is a library used to quick exporting of XML files. The two needed files that are used here may be found in src/ and include/. The rest of their work may be found at https://github.com/leethomason/tinyxml2