We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d066b55 commit 2285a4aCopy full SHA for 2285a4a
README.md
@@ -1,2 +1,36 @@
1
# JAVA-calculator
2
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