Watch Server 设置
date
Aug 14, 2024
slug
Technology-Sharing-05
status
Published
tags
summary
树莓派安装Watch Server Setup
type
Post
代码:
树莓派安装:
克隆仓库
git clone https://gitlab.com/chenlab/smartwatchserver
ls显示当前目录,cd进入文件夹
安装必要开发环境
sudo apt-get install libjson-c-dev
编译项目
make
安装
sudo make install
检查服务是否运行
ps -aux | grep watchserver