Updated How to build (markdown)

Alexander Schulz 2018-04-05 09:50:10 +02:00
parent 2b15ecfd98
commit a3945acd33

@ -1,8 +1,13 @@
You need
You need:
* Visual Studio 2017 Community (C++, C#, NuGet)
* some experience with Visual Studio
(these should Visual Studio restore automatically per NuGet)
You have to add this library yourself (ZIP file in ExternalLibs folder):
* CookComputing.XmlRpcV2.dll (Extract zip file, dll is allready in folder xml-rpc.net.2.5.0\bin)
These libraries are automatically added/resolved per NuGet:
* Newtonsoft.Json.dll
* DiscUtils.dll
@ -10,11 +15,7 @@ You need
* Ionic.Zip.dll
* log4net.dll
You have to add this library yourself (ZIP file in ExternalLibs folder):
* CookComputing.XmlRpcV2.dll (Extract zip file, dll is allready in folder xml-rpc.net.2.5.0\bin)
(Only for testing purposes) you also need NUnit libraries
(Only for testing purposes) you also need NUnit libraries:
* nunit.framework.dll
* Moq.dll