@@ -6,7 +6,7 @@ Code framework for course exercise.
## Installation
Install **Git** and build system **Cmake**.
Install **Git** and build system **Cmake**. For windows user, MSVC need to be installed.
### Note for linux users
...
...
@@ -37,6 +37,10 @@ Compile and run the executable, e.g. Ubuntu:
make && ./0_dummy/0_dummy
```
### For Windows
Cmake will generate Microsft visual studio project. Click the `*.sln` file to open the project and build.
## Exercise Handin
**You only need to handin the directory containing the modified executable**. For example (homework 0), you only need to compress folder *0_dummy* and submit the compressed file. *Please don't include any build file, only the source code and related resource file*.