Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lagagain authored Jun 13, 2019
1 parent d066b55 commit 2285a4a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,36 @@
# JAVA-calculator
A calculator was written by JAVA and Lua

# Dependances

- JAVA 8 or later
- LuaJ

## LuaJ
More information please link to [this](http://www.luaj.org/luaj/3.0/README.html) or [this](https://github.com/luaj/luaj).

And This Reps have included the necessary JAR files


# Download Release

# Run It
run `run.bat`(Windows Platform) or `run.sh` (Linux Platform).

or

```shell
java -jar cal.jar
```

# Build
type
```
make
```

It will create JAR file with `javac`

# History

This wrote before 2017, maybe in 2016.

0 comments on commit 2285a4a

Please sign in to comment.