mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-01 01:29:28 +01:00
e368227780
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
8 lines
175 B
Bash
Executable File
8 lines
175 B
Bash
Executable File
#!/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 ..
|