This commit is contained in:
mikebluestein 2014-07-28 09:13:11 -04:00
Родитель 3b0d7443d0
Коммит 8b7ddf1ac2
1 изменённых файлов: 11 добавлений и 1 удалений

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

@ -68,7 +68,17 @@ ShowPoliticianView is implemented in the controller, to query a local data base
return politician;
}
## Using with Xamarin Studio on Windows
If you are running with Xamarin Studio on Windows, you'll need to install portable library tools:
http://visualstudiogallery.msdn.microsoft.com/b0e0b5e9-e138-410b-ad10-00cb3caf4981/
Then in the command prompt run:
PortableLibraryTools.exe /buildmachine
Note: Xamarin Studio on Windows does not support iOS development.