-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build documentation/problems building on Linux #114
Comments
Ah, I found Substrate! Cloning it into the same folder as I cloned this repo fixes one issue, but WiX seems to be the bigger problem:
|
I figured it out! Turns out it's a good idea to read the manual lol. According to the Mono download page, we install Mono by first adding the correct repository:
And then we install with Note that there's another After this, I went to NBTExplorer/NBTExplorer and ran Finally, it built successfully, and I could successfully run |
Thanks @charliegreen . Compiling [edit] ... or was that just a lucky shot. The lag is back now. |
Thanks @charliegreen! Here's exactly what I did:
Voila! I'm shocked that worked! I was able to open |
I just learned that https://marketplace.visualstudio.com/items?itemName=Misodee.vscode-nbt also supports editing! I've tested it on Linux and it works. As such, I can use the VSCode plugin instead of NBTExplorer. |
Hello! I'm on Ubuntu 18.04 and having troubles building. I'm completely unfamiliar with Mono, but familiar with other build systems.
As per #5 I tried
xbuild NBTExplorer.csproj
after installingmono-devel
, to these results:After this I saw this issue in another project and tried
xbuild NBTExplorer.sln
:It seems I'm missing something called Substrate, as well as another called WiX? Does anyone know where I can get it, if this is the issue? If that isn't the problem, what is?
Thank you for your help!
Related issue: #109
The text was updated successfully, but these errors were encountered: