Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 465 Bytes

BUILD.md

File metadata and controls

21 lines (15 loc) · 465 Bytes

Building

Dependencies:

  • GCC (tested with 9.4.0)
  • Java JDK (tested with OpenJDK 17)
  • signal-cli (cmake will download an appropriate version of signal-cli automatically)

Linux:

git clone https://github.com/hoehermann/purple-signal
purple-signal
git submodule update --init
mkdir build
cd build
cmake ..
cmake --build .

Windows:

Due to changes in the signal implementation, building on win32 is no longer possible.