Skip to content

For Developers

Bruder edited this page Feb 9, 2024 · 11 revisions

How To Build

  • This tutorial maybe can be bit of complex, so make sure you reading the tutorial more focused
  • In the end of the day, you will able to compile the whole project and make it more good
  • In the normal TGMacro repository, there are not a full tutorial that covers everything but in this repository you can learn how to compile and how to set your workspace.

Requirements

Running in Visual Studio 2022

  • You need install Visual Studio 2022
  • Install Visual Studio 2022 and Download .NET desktop development from Workloads. (If you have Visual Studio 2022 then just press Modify and add .Net desktop development)
  • DONE, Now check out the bottom for compiling tutorial.

Compiling TGMacro-X

  • Just open TGMacroX.sln
  • Switch Debug to Release before compiling.
  • At the top Press Build -> Build Solution
  • Go to bin -> Release and you can find the compiled program.

Compiling CSInputs

  • Just open CSInputs.sln (In the "CSInputs" Folder)
  • Switch Debug to Release before compiling.
  • At the top Press Build -> Build Solution
  • Go into CSInputs -> bin -> Release and find the CSInputs.dll
  • Copy and paste that new file that you compiled to main folder that contains "TGMacroX.sln"

Note

There is already prebuilded version of CSInputs already in the source code but if you interested you can build yourself as instructed on the top.

Clone this wiki locally