Skip to content
Snippets Groups Projects
Commit 17ead78e authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Fixed some dependencies in docs and Makefile

parent 497e5399
No related branches found
No related tags found
No related merge requests found
LD := clang
LD := gcc
LDFLAGS := -nostartfiles
BFILES := $(patsubst %.b,%,$(wildcard *.b))
......
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment