Merge branch '213-new-module-for-erlang' of gitlab.psi.ch:Pmodules/buildblocks into 213-new-module-for-erlang
This commit is contained in:
11
Programming/erlang/README.md
Normal file
11
Programming/erlang/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user