koka-lang / koka

Koka language compiler and interpreter
http://koka-lang.org
Other
3.16k stars 151 forks source link

How to uninstall Koka on Windows? #499

Closed ice1000 closed 2 months ago

ice1000 commented 2 months ago

Is it enough to just hit Uninstall.exe for LLVM and delete C:\Users\ice10\AppData\Local\koka? I installed Koka via the install.bat, and I hit yes for installing clang and LLVM.

TimWhiting commented 2 months ago

You should be able to do install.bat --uninstall.

For llvm, yes you will probably have to uninstall separately.

ice1000 commented 2 months ago

Thanks!