kiss-mfavila-large/ports/tdlib-purple/build

14 lines
218 B
Plaintext
Raw Normal View History

2021-05-19 20:33:40 -04:00
#!/bin/sh -e
mkdir build
cd build
cmake \
-DTd_DIR=/usr/lib/cmake/Td \
-DNoVoip=True \
-DNoTranslation=True \
-DNoLottie=True ..
make
make DESTDIR="$1" install