Jump to content
  • 4

[Guide]: Lightweight compiler for Windows for replacement heavy Visual Studio IDE. Compile rAthena faster. Save your bandwidth and disk space.


For what are you need Visual Studio?  

137 members have voted

You do not have permission to vote in this poll, or see the poll results. Please sign in or register to vote in this poll.

Question

Recommended Posts

  • 0
Posted (edited)

Genius! I learned something from this.
I have VS 2015 which costs almost 10GB including Updates. i didn't realize there was a method that can use lightweight compiler.
Thank you!

Edited by Kaze
  • 0
Posted

Suggestion: VC++ build tools installer can be executed in silent mode from the command line. You could make a batch file to make a 1-click install script!

  • 0
Posted
On 6/4/2017 at 6:41 AM, Anacondaqq said:

MSBUILD C:\user\admin\desktop\rathena\rAthena.sln /p:PlatformToolset=v141 /m

i was trying to recompile my rathena.sln but it was giving me an error "msbuild error msb1008: only one project can be specified".

Turns out that there was a missing " " on the path. Nevertheless this whole Guide is a total kick a** ^_^ Kudos to you!

MSBUILD "C:\user\admin\desktop\rathena\rAthena.sln" /p:PlatformToolset=v141 /m

  • Upvote 2
  • 0
Posted

Hello, i downloaded the ready RÖ server (this specific version:https://rathena.org/board/topic/109823-ragnarok-online-complete-offline-pack-2017-make-your-ro-server-in-less-then-5-minutes/), and i'm currently learning how to configure it.

The server itself is working fine, though when i try to compile it i always get a MSB1001 error, and i tried both through the .bat file provided and through the dev command prompt, with both giving me the same result. Another weird detail is that i don't have a single rAthena.sln file, instead i have a bunch of different numbered ones (rAthena-9, rAthena-10, and then rAthena-12 to 15). I'm currently using windows 8.1 to compile it, if that affects anything.

Thanks in advance.

 

  • 0
Posted
On 12/30/2017 at 7:12 PM, Gloorft said:

Hello, i downloaded the ready RÖ server (this specific version:https://rathena.org/board/topic/109823-ragnarok-online-complete-offline-pack-2017-make-your-ro-server-in-less-then-5-minutes/), and i'm currently learning how to configure it.

The server itself is working fine, though when i try to compile it i always get a MSB1001 error, and i tried both through the .bat file provided and through the dev command prompt, with both giving me the same result. Another weird detail is that i don't have a single rAthena.sln file, instead i have a bunch of different numbered ones (rAthena-9, rAthena-10, and then rAthena-12 to 15). I'm currently using windows 8.1 to compile it, if that affects anything.

Thanks in advance.

 

input rAthena-15.sln instead of rAthena.sln. And my pack by the link above is pretty old and will be soon upgraded (many many changes and updates). 

  • 0
Posted

@Anacondaqq

Thank you for the guide ?

What is the different between clean solution and build/rebuild?

I guess clean is for first time compile and build/rebuild for modification on source afterward? 

  • 0
Posted
Spoiler
27 minutes ago, Seirei said:

Hi @Anacondaqq
I can't find VC++ 2017 v141 toolset (x86,64) on the list. ?

And thanks for the guide ?

visual studio 1.jpg

visual studio 2.jpg

 

 

EJ58vI6.png

 

If you have errors, there is no simple solution how to avoid these errors and fix them from command line from MSBuild Tools. That mean you will be forced to use Visual Studio 2017 Community.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...