comparison erlang/erldc/README.txt @ 0:0cfcc391201f

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:26:28 +0100
parents
children 079718588eb6
comparison
equal deleted inserted replaced
-1:000000000000 0:0cfcc391201f
1 BUILDING
2 ========
3
4 To build erldc:
5
6 make DYNCALL_SRC_PATH=../dyncall ERLANG_INST_DIR=/erlang/in/this/dir all
7 sudo make ERLANG_INST_DIR=/erlang/in/this/dir install
8
9 Erlang doesn't use pkg-config, so you must specify ERLANG_INC (and
10 ERLANG_INST_DIR at install-time).
11
12 The makefile is meant to be portable, at least across *nix.
13
14 RUNNING TESTS
15 =============
16
17 Unit tests (via common test):
18
19 make tests
20
21 Static analysis (via dialyzer):
22
23 make build-plt
24 make dialyze
25
26 USING
27 =====
28 Examine the test suites for several examples.
29
30 Dyncall is built as an OTP library application, so there's nothing
31 to start or stop.
32
33 TODO
34 ====
35
36
37 AUTHORS
38 =======
39 Erik Mackdanz <erikmack@gmail.com>