Install

1.Required

Install the above software and configure the environment variables to ensure that commands such as java, jar, fan, and cmake are available in git bash.

2.Build fmake

git clone https://github.com/chunquedong/fmake.git
cd fmake
fanb pod.props

Use the Microsoft C++ compiler toolchain on Windows:

cd fmake
source vsvars.sh
cd -

About fmake

3.Build jsonc

git clone https://github.com/chunquedong/jsonc.git
cd jsonc
sh build.sh

6.Build Sric

git clone https://github.com/sric-language/sric.git
cd sric
chmod a+x bin/sric
sh build.sh
sh build_debug.sh

Add sric/bin to your PATH (restart git bash afterward).