System: Microsoft Windows 10 Home Edition
CPUs: Intel(R) Core(TM) i5-3230M CPU @2.60GHz
GPU: Mesa DRI Intel(R) HD Graphics 4000
Deps: go1.24.3.windows-amd64.zip
Y. Caseau's claire uses Go as its target language.
https://go.dev/doc/install
This is beta as of January 3, 2025.
Use a system installed Go.
In PowerShell from $home run these commands after cloning the repository.
• New-Item -ItemType Directory -Path "claire\v4.1\go"
• $env:GOPATH = "$home\claire\v4.1\go"
• Move-Item -Path "CLAIRE4\src" "$env:GOPATH"
• $env:CLAIRE_HOME = "$env:GOPATH\src"
• Move-Item -Path "CLAIRE4\init.cl" "claire\v4.1"
• Set-Location -Path "$env:GOPATH"
• $env:GO111MODULE = "off"
• go build src\claire4.go
You should then have a claire4.exe file in the current directory.