Closed seancorfield closed 10 years ago
Looks like you need to clone frege-interpreter
first and mvn install
that, then the REPL will build.
Sorry about that! I always build frege-interpreter first and then build frege-repl to test it out so I didn't realize that frege-interpreter is not on maven central and it would break frege-repl. I will fix the README.
I have updated README to fix the build instructions.
:+1:
If you clone the repo to a clean system and run
mvn install
per the README, it fails on dependency resolution, trying to findfrege:frege-interpreter-core:jar:1.0.3-SNAPSHOT
.If there are pre-requisites for building the REPL, the README should list those.