Commit 17ead78e authored by Taddeüs Kroes's avatar Taddeüs Kroes

Fixed some dependencies in docs and Makefile

parent 497e5399
LD := clang LD := gcc
LDFLAGS := -nostartfiles LDFLAGS := -nostartfiles
BFILES := $(patsubst %.b,%,$(wildcard *.b)) BFILES := $(patsubst %.b,%,$(wildcard *.b))
......
...@@ -15,9 +15,10 @@ The (only) source file `bf.ml` pretty much explains itself. `hello.b` and ...@@ -15,9 +15,10 @@ The (only) source file `bf.ml` pretty much explains itself. `hello.b` and
Building and usage 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 $ make
Building a Brainfuck program (plain and optimized): Building a Brainfuck program (plain and optimized):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment