mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 23:34:19 +08:00
10 lines
228 B
TOML
10 lines
228 B
TOML
#TODO missing script for installation, lacking build instructions
|
|
[source]
|
|
tar = "https://github.com/zaphoyd/websocketpp/archive/refs/tags/0.8.2.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"openssl1",
|
|
"zlib",
|
|
]
|