ets2_dashboard icon indicating copy to clipboard operation
ets2_dashboard copied to clipboard

Build a 64 bit version

Open cdante100 opened this issue 9 years ago • 3 comments

Hi, I have a problem, I have used this code to generate a telemetry plugin for ETS2, just that I only work on 32-bit ETS2, can help me build a version for ETS2 64-bit? @skyhisi

cdante100 avatar May 06 '16 12:05 cdante100

just open vs command prompt on x64 then nav to build.bat dir then open build.bat

Chor1Pan avatar Dec 11 '19 15:12 Chor1Pan

@Chor1Pan

just open vs command prompt on x64 then nav to build.bat dir then open build.bat

Can you explain step by step how to do this? I'm not an I.T. guy, and can't understand what should i do... :(

ProLaser2846 avatar May 01 '20 15:05 ProLaser2846

1- install visual studio from Microsoft's web. 2-go to \Start Menu\Programs\Visual Studio (version)\Visual Studio Tools\Windows Desktop Command Prompts. 3- select Developer Command Prompt for VS (version of vs) x64. 4- Navigate on cmd to ets2_dashboard folder (ie. cd C:\Users\your user\Desktop\ets2_dashboard_v2-master\build) 5- write build.bat and press enter, wait to compile process finish. That make a folder called x64 and inside is the .dll con 64bit. Sorry for my bad english.

Chor1Pan avatar May 01 '20 15:05 Chor1Pan