Skip to content

Commit

Permalink
update(readme): lemon dependency for VS
Browse files Browse the repository at this point in the history
  • Loading branch information
Insineer committed Dec 2, 2019
1 parent 7c4de39 commit e909758
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ In order to compile OSS-13 on Windows the simplest way is to use Visual Studio 2
For now the only dependencies you need to install manually are SFML, Python 3 and GTest. The most convenient way to do it is using VCPKG:

1. Install [vcpkg](https://github.com/Microsoft/vcpkg) according their readme. Don't forget to integrate it!
2. Install [SFML](https://www.sfml-dev.org/), Python 3 and [GTest](https://github.com/google/googletest) with following instructions:
2. Install [SFML](https://www.sfml-dev.org/), Python 3, [Lemon](https://lemon.cs.elte.hu/) and [GTest](https://github.com/google/googletest) with following instructions:

```
vcpkg install sfml:x64-windows-static
vcpkg install sfml:x86-windows-static
vcpkg install python3:x64-windows-static
vcpkg install python3:x86-windows-static
vcpkg install liblemon:x64-windows-static
vcpkg install liblemon:x86-windows-static
vcpkg install gtest:x64-windows-static
vcpkg install gtest:x86-windows-static
```
Expand Down

0 comments on commit e909758

Please sign in to comment.