-
Notifications
You must be signed in to change notification settings - Fork 280
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
README instructions how to build on Linux #54
base: master
Are you sure you want to change the base?
Conversation
Why instructions for Fedora and not Ubuntu? |
@aaronfranke Fedora just happens to be the distribution I use, that's all. If you are an Ubuntu user and would like to follow-up on this (very old) PR with another PR which adds similar instructions for Ubuntu on top of this one, may be @jaquadro the maintainer of this project would be interested in merging - up to you & him! |
@aaronfranke The real point of this is to help new Linux user to install the Explorer. I think that linux distribution isn't that much a problem there. Here is the command for ubuntu based version: - sudo apt-get install mono-complete Some things could be also interesting to notice: .1 .2 You should tell that when launching NBT this isnt really the world name that is used, but the path to it Well, for me you did a great job, and that helped me install this on my computer. Best regards from a dev. |
do you know why i have a problem with this? |
what error message are you getting? Perhaps |
git clone https://github.com/jaquadro/NBTExplorer.git |
but now i have a problem with: MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file. sorry for the nuisances |
Did you cd NBTExplorer? Google the new error message, I'm sure you'll
figure it out - it's a good challenge! ;) Sorry I won't be able to help
further.. Best of luck!
…On Sun, 4 Aug 2019, 00:58 Kuro-arch, ***@***.***> wrote:
but now i have a problem with:
xbuild /p:TargetFrameworkVersion="v4.5"
it says:
Microsoft (R) Build Engine version 15.4.0.0 ( Wed Nov 29 14:56:11 UTC
2017) for Mono
Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1003: Specify a project or solution file. The current
working directory does not contain a project or solution file.
sorry for the nuisances
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#54?email_source=notifications&email_token=AACI4ZRGHS2A4CK63RRNEW3QCYERJA5CNFSM4C7ZAEI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3PXEHA#issuecomment-517960220>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACI4ZQCKJPTOQU2XMVN7ETQCYERJANCNFSM4C7ZAEIQ>
.
|
Hello @jaquadro I'm cleaning up my personal https://github.com/pulls and wanted to ask if you would consider merging this very old Pull Request? Otherwise I'll close it if I don't hear from you. |
I would suggest changing Also, this gave an error regarding not finding Last, I would add a note saying that the git clone https://github.com/jaquadro/NBTExplorer.git
cd NBTExplorer
msbuild -p:TargetFrameworkVersion="v4.5" NBTExplorer/NBTExplorer.csproj -target:Build
msbuild -p:TargetFrameworkVersion="v4.5" NBTUtils/NBTUTils.csproj -target:Build
cd Staging Your can now run |
In case anyone finds it useful, here’s how I’ve packaged NBTExplorer for NixOS. |
No description provided.