An open API service indexing awesome lists of open source software.

https://github.com/xhacker/cmpt-300-hw2

CMPT-300-HW2
https://github.com/xhacker/cmpt-300-hw2

Last synced: over 1 year ago
JSON representation

CMPT-300-HW2

Awesome Lists containing this project

README

          

Dongyuan Liu
301239929

This project is built upon Qt 4.8, it should be compilable under all platforms supported by Qt using Qt Creator (OS X 10.9 and Ubuntu 14.04 are tested).

In case you don’t like Qt Creator, here is the command line way on Linux (Ubuntu 12.04 and 14.04 are tested):

// make sure you have Qt 4.8 installed
qmake Assignment2.pro
make
./Assignment2