Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Algorithms Setup

Grzegorz Mrukwa edited this page Jul 27, 2017 · 3 revisions

NuGet feed

.dll of MATLAB dependencies are enclosed into NuGet package and uploaded into Grzegorz's AppVeyor account feed. Each team member may access this package through proper configuration of feed in Visual Studio.

Requirements:

Obtain login and password for login

Use your GitHub account to log in into AppVeyor service, so it recognizes project permissions properly. Then, use password recovery form. This allows to specify password for an account. Login is the e-mail used at GitHub.

Configure Visual Studio

This topic has already been explained on AppVeyor website: How to configure private feed in Visual Studio?

Feed address: https://ci.appveyor.com/nuget/gmrukwa-xfn7vhwq20u6

MATLAB MCR

  1. Download MATLAB MCR
  2. Install the package
  3. Compile the project

If this package is omitted, IO exceptions occur, as necessary .dll files are not found.

Known issues

  • If MATLAB itself has been installed after MCR (without all toolboxes), it may happen that project fails to find MCR in the system. It is necessary to reinstall it.