Skip to content

Commit 767dc4e

Browse files
committed
Merge branch 'master' of https://github.com/Frege/frege-repl
2 parents 7a3be32 + 84f5c72 commit 767dc4e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,19 @@ In addition to Frege code, the following commands are supported:
6161
##How to run?##
6262
1. Download Frege REPL archive from [releases](https://github.com/Frege/frege-repl/releases).
6363
2. Extract the archive
64-
3. Run the following command: (JRE 7 required) <BR/>
64+
3. Run the following command: (JRE 7 or above required) <BR/>
6565
`java -jar frege-repl-<version>.jar` where `<version>` is the version number on the jar.
66+
67+
##Build from sources##
68+
69+
1. Frege is not available on Maven central yet so we need to manually [download](https://github.com/Frege/frege/releases) and install it in local maven repository. For example, if the downloaded Frege jar is *frege3.21.586-g026e8d7.jar* then we can install it using,
70+
`mvn install:install-file -DgroupId=frege -DartifactId=frege -Dversion=3.21.586-g026e8d7 -Dfile=/path/to/frege/frege3.21.586-g026e8d7.jar -Dpackaging=jar`
71+
72+
2. Checkout this project and then from project root,
73+
74+
`mvn install`
75+
76+
3. To run
77+
78+
`mvn exec:exec`
79+

0 commit comments

Comments
 (0)