summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2019-05-21 23:07:01 +0200
committerJiri Gaisler <jiri@gaisler.se>2019-05-21 23:07:01 +0200
commit92d08c9905121d4022c3be45d9f4579429d5620a (patch)
tree2e8bc8dfc0b922f9c4a6d59d3878702aadc19b14 /README
parentStandalone sis - initial commit (diff)
downloadsis-92d08c9905121d4022c3be45d9f4579429d5620a.tar.bz2
Completed texi manual
* Also removed unused constants in erc32.c
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..5bfad59
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+
+SIS - Simple Instruction Simulator README file
+----------------------------------------------
+
+SIS uses the GNU autoconf system, and can simply be build using:
+
+ ./configure
+
+followed by
+
+ make
+
+To build a PDF version of the manual, do
+
+ make sis.pdf.
+