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
- Host: GitHub
- URL: https://github.com/xhacker/cmpt-300-hw2
- Owner: xhacker
- Created: 2014-03-10T23:36:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-15T06:34:01.000Z (over 12 years ago)
- Last Synced: 2025-01-29T08:24:31.314Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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