Ai
1 Star 0 Fork 1

ayworld/serialplot

forked from 郭志杰/serialplot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 472 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM ubuntu:trusty
WORKDIR /serialplot
ADD . /serialplot
# Install build dependencies
RUN apt-get update
RUN apt-get -y install software-properties-common
RUN add-apt-repository -y ppa:beineri/opt-qt562-trusty
RUN add-apt-repository -y ppa:george-edison55/cmake-3.x
RUN apt-get update
RUN apt-get -y install build-essential mesa-common-dev qt56base qt56serialport cmake mercurial subversion git wget libfuse2
# Define environment variable
ENV PATH /opt/qt56/bin/:$PATH
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ayworld/serialplot.git
git@gitee.com:ayworld/serialplot.git
ayworld
serialplot
serialplot
master

搜索帮助