Add `cabal update` to the Windows build instructions

This commit is contained in:
Adam Sapek 2015-02-27 01:11:14 -08:00
Родитель 1e3653a8dc
Коммит 165c0727c3
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -133,6 +133,10 @@ Install the following tools:
If behind a proxy, set environment variable `HTTP_PROXY=http://proxy:port`.
Update cabal package database:
cabal update
Now you are ready to build the C# version of Bond. Open the solution file
`cs\cs.sln` in Visual Studio 2013 and build as usual. The C# unit tests can
also be run from within the solution.