mike-mo / MoreTerra

Terraria World Viewer
MIT License
76 stars 25 forks source link

Running updated version #3

Closed deepslater closed 7 years ago

deepslater commented 9 years ago

Do you need Git/Github clients to run the new program from github? I can't find a .exe in the downloaded folder.

zauberparacelsus commented 9 years ago

You downloaded the source code. You'll need to compile it.

deepslater commented 9 years ago

That's frustrating, considering you used to be able to download the already-compiled app.

zauberparacelsus commented 9 years ago

What's more frustrating is that I don't see any instructions for compiling.

zauberparacelsus commented 9 years ago

Okay, building it with Visual Studio was fairly straightforward. Here's a link to the build I compiled. With a quick test on a 1.3 world it seems to work. It's a debug build though, so it may be a little slower (though it completed scanning a large world within a few seconds for me, so maybe not) https://mega.nz/#!2l0h1DpA!grecpjA224zF0SHbzUpzssVHGj9tYLTIOmEBFe_JhXQ

TerabyteRex commented 9 years ago

We are working on getting the option to download the compiled exe. Sorry for the inconvenience.

Sent from my Windows Phone


From: Zauber Paracelsusmailto:notifications@github.com Sent: ‎7/‎11/‎2015 3:14 PM To: mike-mo/MoreTerramailto:MoreTerra@noreply.github.com Subject: Re: [MoreTerra] Running updated version (#3)

Okay, building it with Visual Studio was fairly straightforward. Here's a link to the build I compiled. With a quick test on a 1.3 world it seems to work: https://mega.nz/#!2l0h1DpA!grecpjA224zF0SHbzUpzssVHGj9tYLTIOmEBFe_JhXQ


Reply to this email directly or view it on GitHub: https://github.com/mike-mo/MoreTerra/issues/3#issuecomment-120653111

deepslater commented 9 years ago

Works great, thanks! I couldn't bother figuring out how to compile it...

zauberparacelsus commented 9 years ago

It was fairly easy, actually. I went into the WorldView folder, opened the MoreTerra.sln file in Visual Studio 2013 (community edition, which is free), and then used the Build Solution option from the Build menu. The results were placed in the WorldView/bin/debug folder

Pysis868 commented 7 years ago

I now see the link for downloading binaries under Code > Releases.

Here is an example for MoraTerra 1.13 binaries.

Maybe this issue can be closed now.

Also, rename the title to talk about how to compile the source code.