Prechádzať zdrojové kódy

Fixed some dependencies in docs and Makefile

Taddeus Kroes 11 rokov pred
rodič
commit
17ead78e7b
2 zmenil súbory, kde vykonal 4 pridanie a 3 odobranie
  1. 1 1
      Makefile
  2. 3 2
      README.md

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-LD := clang
+LD := gcc
 LDFLAGS := -nostartfiles
 BFILES := $(patsubst %.b,%,$(wildcard *.b))
 

+ 3 - 2
README.md

@@ -15,9 +15,10 @@ The (only) source file `bf.ml` pretty much explains itself. `hello.b` and
 Building and usage
 ==================
 
-Building the `bf` compiler (Debian dependencies):
+Building the `bf` compiler (Debian dependencies, replace 3.4 with the version
+of the `llvm` package):
 
-    $ sudo apt-get install ocaml llvm-3.4 libllvm-3.4-ocaml-dev
+    $ sudo apt-get install ocaml llvm libllvm-3.4-ocaml-dev
     $ make
 
 Building a Brainfuck program (plain and optimized):