diff --git a/Programming/erlang/README.md b/Programming/erlang/README.md new file mode 100644 index 0000000..05913e9 --- /dev/null +++ b/Programming/erlang/README.md @@ -0,0 +1,11 @@ +# Erlang module + +Build a Pmodule for Erlang. This module depends on wxWidgets and OpenSSL. + +***Please note:*** + +After running the build script, the dependency files `$ERLANG_PREFIX/.dependencies` must be patched by hand. For the time being dependencies like `Libraries:wxWidgets/3.0.5` are not supported in the variant files but in the dependency file of the module. The dependency file must look like: +``` +openssl/1.1.1m +Libraries:wxWidgets/3.0.5 +```