mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-01 01:29:28 +01:00
8 lines
175 B
Bash
8 lines
175 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
git clone https://gitlab.matrix.org/matrix-org/olm.git -b 3.2.12
|
||
|
cd olm
|
||
|
cmake . -Bbuild -DCMAKE_TOOLCHAIN_FILE=Windows64.cmake
|
||
|
cmake --build build
|
||
|
cd ..
|