Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Removed references to maven in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyguenther committed Jan 17, 2014
1 parent 8bf20bc commit 62c8ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Shiro is a data flow programming language designed to be embedded into applicati
Getting Started
===============

Shiro is implemented in Java. [Maven](http://maven.apache.org/) is used as the build system and dependency manager. The interpreter depends on [ANTLR 4.1](http://www.antlr.org/) to generate the parser, lexer and parse tree event listeners. The maven pom.xml file is setup to automatically generate the Java code at compile time. You can use maven from the commandline or use Netbeans or Eclipse, as both IDE's support maven projects.
Shiro is implemented in Java. [Gradle](http://www.gradle.org/) is used as the build system and dependency manager. The interpreter depends on [ANTLR 4.1](http://www.antlr.org/) to generate the parser, lexer and parse tree event listeners. `build.gradle` is setup to automatically generate the Java code at compile time. You can use gradle from the commandline or use Netbeans or Eclipse, as both IDE's support gradle projects.

You can build the Shiro interpreter using this command within the shiro subdirectory

Expand Down

0 comments on commit 62c8ed6

Please sign in to comment.