Mention ODIN_ROOT in getting started documention #2008
MaxGilmore
started this conversation in
Ideas/Requests
Replies: 1 comment 4 replies
-
|
Here's my awful windows shortcut setup if anyone ever find's while figuring out their own problems. This doesn't work in PowerShell Target: %windir%\System32\cmd.exe /c "SET ODIN_ROOT=D:\Tools\Compilers\Odin && ^"D:\Tools\Compilers\Odin\odin.exe^"" |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pretty simple but i think ODIN_ROOT enviroment variable should be mentioned in the getting started documentation.
I needed it because i like to handle my path by having one folder with lots of windows shortcut's in it and executing odin.exe through one of these meant ODIN_ROOT was not set correctly. Did kind of get in the way of the language being "easy to start" for me having to mess around with paths a bunch.
Beta Was this translation helpful? Give feedback.
All reactions