Changes
[-] There's not 'To-Do' [+] Added the CreateMarsJar.sh for GNU/Linux and Mac systems
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
jar cmf mainclass.txt Mars.jar PseudoOps.txt Config.properties Syscall.properties Settings.properties MARSlicense.txt mainclass.txt MipsXRayOpcode.xml registerDatapath.xml controlDatapath.xml ALUcontrolDatapath.xml CreateMarsJar.bat Mars.java Mars.class docs help images mars
|
||||
jar cmf mainclass.txt Mars.jar PseudoOps.txt Config.properties Syscall.properties Settings.properties MARSlicense.txt mainclass.txt MipsXRayOpcode.xml registerDatapath.xml controlDatapath.xml ALUcontrolDatapath.xml CreateMarsJar.bat CreateMarsJar.sh Mars.java Mars.class docs help images mars
|
||||
+2
-1
@@ -1 +1,2 @@
|
||||
jar cmf mainclass.txt Mars.jar PseudoOps.txt Config.properties Syscall.properties Settings.properties MARSlicense.txt mainclass.txt MipsXRayOpcode.xml registerDatapath.xml controlDatapath.xml ALUcontrolDatapath.xml CreateMarsJar.bat Mars.java Mars.class docs help images mars
|
||||
# If you can't generate due of permissions, do a "chmod +x CreateMarsJar.sh".
|
||||
jar cmf mainclass.txt Mars.jar PseudoOps.txt Config.properties Syscall.properties Settings.properties MARSlicense.txt mainclass.txt MipsXRayOpcode.xml registerDatapath.xml controlDatapath.xml ALUcontrolDatapath.xml CreateMarsJar.bat CreateMarsJar.sh Mars.java Mars.class docs help images mars
|
||||
@@ -1,5 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
Class-Path: .
|
||||
Created-By: 1.6.0_33 (Sun Microsystems Inc.)
|
||||
Main-Class: Mars
|
||||
|
||||
@@ -21,10 +21,8 @@ I'm not going to accept any pull request. This source code is not maintained by
|
||||
- **Option C**: DOS shell using Java classes. Save the jar file in some folder. Open a DOS shell in that folder. Rename the jar file to "Mars.jar" for convenience. Extract MARS files with the DOS command jar -xf Mars.jar Run MARS with the DOS command java Mars
|
||||
|
||||
## How to compile
|
||||
- **Windows**: execute "CreateMarsJar.bat" file to generate an executable. You have to have
|
||||
|
||||
## To-Do
|
||||
- ".sh" file to create an executable.
|
||||
- **Windows**: execute "CreateMarsJar.bat" file to generate an executable.
|
||||
- **GNU/Linux** and **Mac**: execute the "CreateMarsJar.sh" to generate an executable. If you can't due of permissions, do a "**chmod +x CreateMarsJar.sh**".
|
||||
|
||||
## License
|
||||
[MIT][2]. Chech the [LICENSE][3] file. All the credits go to the original developers.
|
||||
|
||||
Reference in New Issue
Block a user