-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |