Merge branch '213-new-module-for-erlang' of gitlab.psi.ch:Pmodules/buildblocks into 213-new-module-for-erlang

This commit is contained in:
2022-07-05 09:41:54 +02:00

View File

@@ -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
```