Installing Labs Version 2 in Windows

I am trying to install Labs Version 2 on Windows 11 Pro, and have run into several issues. Not sure I am following the directions properly. Here are my questiongs:

“Clone the repo and open it as a project in Intellij. The gradle build files should cause Intellij to install the correct versions of all libraries and Kotlin.”

MY QUESTION: I don’t know what the first sentence above means. I was able to run the gradlew.bat and it came back and said it had installed everything successfully.

“You may want to install the Antlr plugin for syntax highlighting of the Lucid.g4 grammar. (File->Settings->Plugins)”

MY QUESTION: Yes, I would like to install this, but don’t know where it is: File->?

"Once the gradle sync is done, you should be able to run the tests by opening the test file and clicking the green arrow in the code editor gutter or right-clicking on the test folder in the project tree and selecting “Run 'Tests in …”

“You can start the IDE by going to [Main.kt (src/main/kotlin/com/alchitry /labs2/Main.kt) and clicking the green arrow in the gutter next to fun main(). The current environment is set up for Linux, and you may need to change some things if you are on something else.”

MY QUESTION: * I can follow all these links, starting at scr in the download named Alchitry-Labs-V@-master. But when I finally get to alchitry/labs2, there is no file called MAIN.kt!

If you’re just wanting to run Alchitry Labs, grab the prebuilt installer from here Alchitry Labs

The GitHub repo is there if you want to mess with the source code.

Looking at the Alchitry Labs page I can see how the links are confusing. I’ll add some notes for clarity.

The main.kt file is now split into GUI.kt and CLI.kt. I need to update the readme.

Thanks Justin,

Yes, that was much easier. Works fine. I am up and running!!

Thanks again!

Doug