|
@@ -50,7 +50,7 @@ For those that wish to customize their build, or compile using something other t
|
|
|
### <a name="dependencies"></a>Third party dependencies
|
|
### <a name="dependencies"></a>Third party dependencies
|
|
|
Banshee relies on a variety of third party dependencies. We provide a set of pre-compiled dependencies needed for the latest version of Banshee using Visual Studio 2015, to save you the hassle of compiling them yourself. If you are not using VS2015 or want to compile the dependencies yourself for some other reason, a guide is provided below.
|
|
Banshee relies on a variety of third party dependencies. We provide a set of pre-compiled dependencies needed for the latest version of Banshee using Visual Studio 2015, to save you the hassle of compiling them yourself. If you are not using VS2015 or want to compile the dependencies yourself for some other reason, a guide is provided below.
|
|
|
|
|
|
|
|
- * [Download dependencies (VS2015)] (http://bearishsun.thalassa.feralhosting.com/BansheeDependencies_VS2015_Master.zip)
|
|
|
|
|
|
|
+ * [Download dependencies (VS2015)](http://bearishsun.thalassa.feralhosting.com/BansheeDependencies_VS2015_Master.zip)
|
|
|
* [Compiling dependencies manually](dependencies.md)
|
|
* [Compiling dependencies manually](dependencies.md)
|
|
|
|
|
|
|
|
For older versions of pre-compiled dependencies check the git release tag descriptions for links.
|
|
For older versions of pre-compiled dependencies check the git release tag descriptions for links.
|
|
@@ -87,4 +87,4 @@ The following dependencies will need to be installed manually regardless if you
|
|
|
|
|
|
|
|
**Mono 4.2** (Optional)
|
|
**Mono 4.2** (Optional)
|
|
|
- If you wish to compile managed assemblies using a Microsoft compiler (e.g. using Visual Studio) yet still be able to debug the generated assemblies, you must install Mono 4.2. and set up an environment variable MONO_INSTALL_DIR pointing to the Mono installation directory. When this is set up "pdb2mdb" script will trigger on next compile generating the needed debug symbols.
|
|
- If you wish to compile managed assemblies using a Microsoft compiler (e.g. using Visual Studio) yet still be able to debug the generated assemblies, you must install Mono 4.2. and set up an environment variable MONO_INSTALL_DIR pointing to the Mono installation directory. When this is set up "pdb2mdb" script will trigger on next compile generating the needed debug symbols.
|
|
|
- - http://www.mono-project.com/download/
|
|
|
|
|
|
|
+ - http://www.mono-project.com/download/
|