Kaynağa Gözat

Modification of README

Eric Streit 1 gün önce
ebeveyn
işleme
ea06d604f4
2 değiştirilmiş dosya ile 15 ekleme ve 0 silme
  1. 15 0
      modula2/README.md
  2. BIN
      modula2/helper.o

+ 15 - 0
modula2/README.md

@@ -11,3 +11,18 @@ https://github.com/erkkah/tigr/tree/master
 I used also the **h2d** utility found in the **XDS** distribution, 
 to check my choices when I tralslated the C headers into Modula-2 ones.
 
+## Instructions
+
+To compile the examples, use this command : 
+
+* Compiling tigr.o
+  gcc -c tigr.c
+
+* Compiling helper.o
+  
+  gm2 -c helper.mod
+
+* Compiling an example
+  
+  gm2 -fiso ../../tigr.o ../../helper.o program.mod -o program -s -lGLU -lGL -lX1
+

BIN
modula2/helper.o