Skip to content

Commit

Permalink
Updated README.md with the build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hamparawa authored Jan 20, 2017
1 parent b66c9cc commit f5cd4dd
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ classic book on Windows Programming, "Programming Windows" by Charles Petzold. h
The book has been a great inspiration and "SinhalaOombi" has started even before finishing it.

## Compiling
The original source was compiled using Microsoft Visual Studio 2001.
The original source in the master branch was compiled using Microsoft Visual Studio 2001.
Development branch uses CMake build system. To generate sources and build, use following commands.

```
cd <SourceDir>
mkdir build
cd build
cmake ..
cmake --build .
```

## Todo
* Convert the project into CMake based build system.

0 comments on commit f5cd4dd

Please sign in to comment.