Skip to content

Commit

Permalink
Windows: updated Readme to reflect upgrade to .NET 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Aug 25, 2018
1 parent e3f2ef5 commit addbbe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Editor/References/references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Following assemblies must be in this directory for the Editor to build and run:

1. AGS.Native.dll - this library is built as a part of AGS.Editor.Full solution in this very repository.
2. WeifenLuo.WinFormsUI.Docking.dll - a part of DockPanel Suite, get one from http://dockpanelsuite.com/
3. irrKlang.NET4.0.dll and ikpMP3.dll - a part of irrKlang, get package at http://www.ambiera.at/downloads/irrKlang-32bit-1.5.0.zip
3. irrKlang.NET4.0.dll and ikpMP3.dll - a part of irrKlang 1.6 (32-bit), get package at https://www.ambiera.com/irrklang/downloads.html
4 changes: 2 additions & 2 deletions Windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* libtheora-1.0 or higher ([Download](https://www.xiph.org/downloads/))
* libvorbis-1.2.0 or higher ([Download](https://www.xiph.org/downloads/))
* Specifically for the Editor:
* irrKlang assembly pack for .NET 4.0 ([Download](http://www.ambiera.at/downloads/irrKlang-32bit-1.5.0.zip)).
* irrKlang 1.6 (32-bit) assembly pack for .NET 4.5 ([Download](https://www.ambiera.com/irrklang/downloads.html)).
* To make manual and/or Windows installer:
* Python 2.7 with PyWin32 extension ([Download](http://www.activestate.com/activepython/downloads))
* InnoSetup 5.5 ([Download](http://www.jrsoftware.org/isdl.php))
Expand Down Expand Up @@ -124,4 +124,4 @@ Depending on the version of MSVS you are using you need to setup paths to compil

If you are working with AGS.Editor.NoNative solution, then you do not have to make any of C++ libraries at all, but you will have to get compatible compiled AGS.Native.dll somewhere. For starters we suggest taking one from the latest release of AGS.

In either case you also need to download [irrKlang assembly pack](http://www.ambiera.at/downloads/irrKlang-32bit-1.5.0.zip) and put its contents into Editor/References subdirectory.
In either case you also need to download [irrKlang assembly pack](https://www.ambiera.com/irrklang/downloads.html) and put irrKlang.NET4.dll and ikpMP3.dll into Editor/References subdirectory.

0 comments on commit addbbe5

Please sign in to comment.