Skip to content

Commit

Permalink
Added compilation instructions on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneeth committed Mar 23, 2017
1 parent c53f20a commit ee2251a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ sudo make install

This will install `libvarnam` shared libraries and `varnamc` command line utility. `varnamc` can be used to quickly try out varnam.

### Installation on Windows

In Windows, you can compile `libvarnam` using Visual Studio. Use the following `cmake` command to generate the project files.

```shell
cmake -DBUILD_TESTS=false -DBUILD_VST=false -DRUN_TESTS=false .
```

Usage
=====

Expand Down

0 comments on commit ee2251a

Please sign in to comment.