updates
This commit is contained in:
parent
8a6e08470e
commit
553a192910
9 changed files with 182 additions and 38 deletions
11
cmake.sh
Normal file
11
cmake.sh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
mkdir _build || exit 1
|
||||
cd _build
|
||||
|
||||
# -DTox_INCLUDE_DIRS="/usr/local/src/c-toxcore/toxencryptsave /usr/local/src/c-toxcore/toxav /usr/local/src/c-toxcore/toxcore"
|
||||
cmake -DPLUGIN_PATH=~/.cache/weechat/plugins -DCMAKE_PREFIX_PATH=/usr/local \
|
||||
-DTox_INCLUDE_DIRS="/usr/local/src/c-toxcore" \
|
||||
-DTox_LIBRARIES=/usr/local/src/c-toxcore/_build \
|
||||
.. >> cmake.log 2>&1 || exit 2$?
|
||||
make >> make.log 2>&1 || exit 3$?
|
||||
Loading…
Add table
Add a link
Reference in a new issue