mirror of
https://github.com/jaquadro/NBTExplorer.git
synced 2025-01-09 17:36:25 +00:00
README instructions how to build on Linux
This commit is contained in:
parent
931ac752f5
commit
f787932052
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -22,7 +22,14 @@ Windows XP or later, .NET Framework 2.0 or later.
|
|||
### Linux
|
||||
|
||||
NBTExplorer is compatible with recent Mono runtimes, at least 2.6 or later.
|
||||
Minimally, your system needs the `mono-core` and `mono-winforms` packages, or whatever package set is equivalent.
|
||||
Minimally, your system needs the `mono-core` and `mono-winforms` packages, or whatever package set is equivalent. [This blog post](http://blog2.vorburger.ch/2017/02/how-build-mono-app-like-eg-minecraft.html) explains how to build and run e.g. on Fedora Linux:
|
||||
|
||||
sudo dnf install mono-core mono-winforms mono-devel mono-basic
|
||||
git clone git@github.com:jaquadro/NBTExplorer.git ; cd NBTExplorer
|
||||
xbuild /p:TargetFrameworkVersion="v4.5"
|
||||
mono ./NBTExplorer/bin/Release/NBTExplorer.exe <your-minecraft-world/>
|
||||
|
||||
_Just ignore the wixproj Installer project related build error._
|
||||
|
||||
### Mac
|
||||
|
||||
|
@ -30,4 +37,4 @@ A separate Mac version with a native UI is available. All Mono dependencies are
|
|||
Minimum supported OS is OSX 10.8 Mountain Lion, but it may run on versions as early as Snow Leopard.
|
||||
|
||||
The Windows version of NBTExplorer can still be used if the Mac version does not work. You will need to install the
|
||||
Mono runtime, and then run NBTExplorer with Mono from the command line.
|
||||
Mono runtime, and then run NBTExplorer with Mono from the command line.
|
||||
|
|
Loading…
Reference in a new issue