Merge branch 'kwsch'

This commit is contained in:
javierhimura 2017-02-28 03:10:05 +01:00
commit 1763bc1975

View file

@ -26,7 +26,7 @@ Nintendo 3DS savedata containers use an AES MAC that cannot be emulated without
## Building
PKHeX is a Windows Forms application which requires .NET Framework v4.6.
PKHeX is a Windows Forms application which requires [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137).
The executable can be built with any compiler that supports C# 6.0.
@ -44,4 +44,4 @@ PKHeX can be opened with IDEs such as [Visual Studio](https://www.visualstudio.c
### GNU/Linux
Install [MonoDevelop](http://www.monodevelop.com/) and [Mono Runtime](http://www.mono-project.com/) with `flatpak install --user --from https://download.mono-project.com/repo/monodevelop.flatpakref`. GNU/Linux is not the main Operating System of developers of this program so there may be bugs; some may come from non GNU/Linux specific code of Mono (so developers using *BSD, Windows and OS X should be able to reproduce them).
Install [MonoDevelop](http://www.monodevelop.com/) and [Mono Runtime](http://www.mono-project.com/) with `flatpak install --user --from https://download.mono-project.com/repo/monodevelop.flatpakref`. GNU/Linux is not the main Operating System of developers of this program so there may be bugs; some may come from non GNU/Linux specific code of Mono (so developers using \*BSD, Windows and OS X should be able to reproduce them).