Frege / frege-repl

Frege REPL
78 stars 17 forks source link

Build instructions do not work on a clean system #14

Closed seancorfield closed 10 years ago

seancorfield commented 10 years ago

If you clone the repo to a clean system and run mvn install per the README, it fails on dependency resolution, trying to find frege:frege-interpreter-core:jar:1.0.3-SNAPSHOT.

If there are pre-requisites for building the REPL, the README should list those.

seancorfield commented 10 years ago

Looks like you need to clone frege-interpreter first and mvn install that, then the REPL will build.

mmhelloworld commented 10 years ago

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.

mmhelloworld commented 10 years ago

I have updated README to fix the build instructions.

seancorfield commented 10 years ago

:+1: