Skip to content

Commit f817f42

Browse files
committed
Merge branch 'master' of github.com:basiliscos/syncspirit
2 parents 812f679 + 1f41e19 commit f817f42

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/building.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,17 @@ make -j8 && make install
9191
export PATH=/home/b/development/cpp/syncspirit-cross/sysroot/bin:$PATH
9292
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/home/b/development/cpp/syncspirit/misc/ubuntu14.04.toolchain -DBoost_USE_STATIC_RUNTIME=on ..
9393
```
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

Comments
 (0)