mirror of
https://github.com/zhaojh329/rtty.git
synced 2026-02-27 09:53:17 +08:00
Drop the depend of libuwsc
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
@@ -99,23 +99,11 @@ rm -rf /tmp/rtty-build
|
||||
mkdir /tmp/rtty-build
|
||||
pushd /tmp/rtty-build
|
||||
|
||||
git clone --recursive https://github.com/zhaojh329/libuwsc.git || {
|
||||
echo "Clone libuwsc failed"
|
||||
exit 1
|
||||
}
|
||||
|
||||
sleep 2
|
||||
|
||||
git clone https://github.com/zhaojh329/rtty.git || {
|
||||
echo "Clone rtty failed"
|
||||
exit 1
|
||||
}
|
||||
|
||||
# libuwsc
|
||||
rm -f /usr/local/lib/libuwsc.*
|
||||
cd libuwsc && cmake . && make install && cd -
|
||||
[ $? -eq 0 ] || exit 1
|
||||
|
||||
# rtty
|
||||
cd rtty && cmake . && make install
|
||||
[ $? -eq 0 ] || exit 1
|
||||
|
||||
Reference in New Issue
Block a user