Skip to content

Commit 6fc2cee

Browse files
committed
Improve README
1 parent de828a4 commit 6fc2cee

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
Build Texas Instruments calculator OS upgrades from ROM dumps.
44

5-
## Compiling/Installation
5+
For additional info, see mktiupgrade.1.txt (or run man mktiupgrade if the man
6+
pages are installed on your system).
67

7-
On Linux/Mac/other unix-like:
8+
## Compiling
9+
10+
On Windows, use cmake and Visual Studio, or MinGW. You'll have to read the docs
11+
yourself to figure it out.
12+
13+
On Linux, Mac, and Cygwin, install cmake, a C compiler, make, and asciidoc. Run:
814

915
$ cmake .
1016
$ make
1117
# 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)