@@ -8,19 +8,11 @@ Code framework for course exercise.
Install **Git** and build system **Cmake**. For windows user, MSVC need to be installed.
### Note for linux users
Many linux distributions do not include `gcc` and the basic development tools in their default installation. On Ubuntu, you need to install the following packages:
Cmake will generate Microsft visual studio project. Click the `*.sln` file to open the project and build.
### For linux
Compile and run the executable, e.g. Ubuntu:
```
make && ./0_dummy/0_dummy
```
### For Windows
Many linux distributions do not include `gcc` and the basic development tools in their default installation. On Ubuntu, you need to install the following packages:
Cmake will generate Microsft visual studio project. Click the `*.sln` file to open the project and build.