Skip to content

Commit 59cefb3

Browse files
committed
Add README
1 parent 1a6e8a6 commit 59cefb3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# mktiupgrade
2+
3+
Build Texas Instruments calculator OS upgrades from ROM dumps.
4+
5+
## Compiling/Installation
6+
7+
On Linux/Mac/other unix-like:
8+
9+
$ cmake .
10+
$ make
11+
# make install
12+
13+
On Windows, read the docs for cmake and choose your favorite way of buildling it (MinGW, Cygwin, Visual Studio, etc).

0 commit comments

Comments
 (0)