c272 / iro4cli

An open-source rewrite of Iro, a grammar generator, supporting automatic VSCode & Atom extension generation.
GNU General Public License v3.0
35 stars 5 forks source link

Using Iro's CLI verison #7

Closed didiermun closed 1 year ago

didiermun commented 1 year ago

I saw that you have CLI version releases for different platforms. However, people without any of the mentioned OSs have to use .NET. I wanted to go through the installation of the CLI version using .NET but didn't find any. So, I was seeking for help. What should I do to install the CLI after having .NET 6? I would use this CLI to build a VSCode extension, so if there any other altenative without the CLI, let me know too.

Thank you, I will appreciate your help!

c272 commented 1 year ago

Hi @didiermun,

Sorry for the late response, hopefully I can answer your question. If you are not on either Linux (arm64, musl, x64), MacOS (x64) or Windows (x64), I have not published a build for iro in the Release section on Github. You can however build it yourself for other supported .NET targets after obtaining .NET.

To build iro, a summary is provided in the README, however I will lay out the basic steps here too:

Hope this helps! Please let me know if you have any other issues.