Skip to content

Commit 2285a4a

Browse files
authored
Update README.md
1 parent d066b55 commit 2285a4a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,36 @@
11
# JAVA-calculator
22
A calculator was written by JAVA and Lua
3+
4+
# Dependances
5+
6+
- JAVA 8 or later
7+
- LuaJ
8+
9+
## LuaJ
10+
More information please link to [this](http://www.luaj.org/luaj/3.0/README.html) or [this](https://github.com/luaj/luaj).
11+
12+
And This Reps have included the necessary JAR files
13+
14+
15+
# Download Release
16+
17+
# Run It
18+
run `run.bat`(Windows Platform) or `run.sh` (Linux Platform).
19+
20+
or
21+
22+
```shell
23+
java -jar cal.jar
24+
```
25+
26+
# Build
27+
type
28+
```
29+
make
30+
```
31+
32+
It will create JAR file with `javac`
33+
34+
# History
35+
36+
This wrote before 2017, maybe in 2016.

0 commit comments

Comments
 (0)