Mercurial > pub > dyncall > bindings
view erlang/erldc/README.txt @ 10:6493c9ed4b33
- ruby and python binding readme updates
author | cslag |
---|---|
date | Sat, 26 Mar 2016 01:10:22 +0100 |
parents | 0cfcc391201f |
children | 079718588eb6 |
line wrap: on
line source
BUILDING ======== To build erldc: make DYNCALL_SRC_PATH=../dyncall ERLANG_INST_DIR=/erlang/in/this/dir all sudo make ERLANG_INST_DIR=/erlang/in/this/dir install Erlang doesn't use pkg-config, so you must specify ERLANG_INC (and ERLANG_INST_DIR at install-time). The makefile is meant to be portable, at least across *nix. RUNNING TESTS ============= Unit tests (via common test): make tests Static analysis (via dialyzer): make build-plt make dialyze USING ===== Examine the test suites for several examples. Dyncall is built as an OTP library application, so there's nothing to start or stop. TODO ==== AUTHORS ======= Erik Mackdanz <erikmack@gmail.com>