libArcus
ubuntu 操作 系统
1,下载Protobuf 源代码
git clone https://github.com/protocolbuffers/protobuf.git
下载之后进目录 :
在根目录下面新建
./configure
make
make install
安装之后就行了
libarcus 安装
cd libArcus/
mkdir build
cd build
cmake …
make
make install
最容易报错的地方全部集中在cmake … 上面了,原因有安装很多外部库,有时就算安装也会出现找不到情况
这个有注意一下
不同的操作系统 使用的外部库不一样,
liunx 和mac os 在编译这个cura 时有安装qt5 windows 没有这个,,,,,