Build instructions for Linux
7wells opened this issue · 0 comments
7wells commented
Hello!
Please kindly consider adding build instructions for Linux in the Readme, e.g.:
Clone NBTExplorer repository:
git clone https://github.com/jaquadro/NBTExplorer.git
Navigate to folder
NBTExplorer/NBTUtil
and build binaries:
msbuild NBTUtil.csproj
Copy binaries from folder
bin/Debug
to any other folder you want and run as follows:
mono NBTUtil.exe
Yeah, I know that this is old, so I have it here for my own instructions and maybe other visitors. 😁