Installation

Versions used

  • (2025-12-05)

  • Odin: I'm using dev-2025-12  (2025-12-04).

    cd C:\odin
    .\build.bat release
    
  • OLS:  I'm using 787544c1  (2025-12-03).

    cd C:\odin-ols
    .\build.bat
    
    • Remember to stop all OLS executions in VSCode, or just close VSCode.

Building from source

  • Repo .

  • x64 Native Tools Command Prompt for VS 2022

    • Search for this terminal in the Windows search bar.

  • cd c:\odin

  • build.bat

    • or build.bat release  for a faster compiler (the command takes longer).

  • build_vendor.bat .

  • Considerations :

    • Apps running Odin must be closed.

      • VSCode can stay open, but .exe compiled with Odin must be closed.