We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1367cd7 commit 1f41e19Copy full SHA for 1f41e19
docs/building.md
@@ -91,3 +91,17 @@ make -j8 && make install
91
export PATH=/home/b/development/cpp/syncspirit-cross/sysroot/bin:$PATH
92
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/home/b/development/cpp/syncspirit/misc/ubuntu14.04.toolchain -DBoost_USE_STATIC_RUNTIME=on ..
93
```
94
+
95
+# termux
96
97
+```
98
+pkg install git cmake boost-headers protobuf
99
+git clone https://github.com/basiliscos/syncspirit.git
100
+cd syncspirit
101
+git checkout v0.2.0
102
+git submodule update --init
103
+mkdir build
104
+cd build
105
+cmake -DCMAKE_BUILD_TYPE=Release ..
106
+make -j1 (or -j2 or -j3)
107
0 commit comments