forked from ThomasTheSpaceFox/SBTCVM-Mark-2
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more final tweaks, update users manual.
- Loading branch information
1 parent
a3ecc1f
commit 12b4690
Showing
7 changed files
with
23 additions
and
30 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Basic Overview for packaging SBTCVM Mark 2 | ||
|
||
Key Programs: | ||
|
||
launcher.py is the central hub for the graphical utilities. | ||
|
||
MK2-CS.py is the central hub for the command line utilities. | ||
(its a command shell, so remember to launch it in a terminal or equivalent!) | ||
|
||
SBTCVM_MK2.py (the Main VM engine) is not meant to be launched by itself. | ||
|
||
icons can be found in VMSYSTEM/GFX | ||
|
||
SBTCVM is a balanced ternary virtual machine. | ||
|
||
SBTCVM currently requires python and pygame. | ||
|
||
NOTE THAT DUE TO THE CURRENT PORTABLE NATURE OF SBTCVM: | ||
ALL OF SBTCVM'S UTILITIES MUST BE EXECUTED IN THE REPOSITORY'S BASE DIRECTORY. | ||
|
||
Also, note that users will need to access the base directory as well, | ||
so don't hide it in some obscure location, and perhaps provide some | ||
kind of shortcut to it perhaps? |