mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
commit
7c10c0d7c5
1 changed files with 2 additions and 2 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue