-
-
Notifications
You must be signed in to change notification settings - Fork 96
Adding Reference to Myra
Roman Shapiro edited this page Jan 22, 2019
·
29 revisions
There are two ways of referencing Myra in the Monogame project:
- Through nuget:
install-package Myra
- Download latest binary distribution(Myra.v.v.v.v.zip) from here, unpack it, add references to Myra.dll and Newtonsoft.Json.dll.
Correspondingly there are two ways of referencing Myra in the FNA project:
- Through nuget:
install-package Myra.FNA
- Download latest binary distribution(Myra.v.v.v.v.zip) from here, unpack it, add references to FNA/Myra.dll and Newtonsoft.Json.dll.
Finally there are two ways of referencing Myra in the Xenko project:
- Through nuget:
install-package Myra.Xenko
- Download latest binary distribution(Myra.v.v.v.v.zip) from here, unpack it, add references to Xenko/Myra.dll and Newtonsoft.Json.dll.