1 Star 0 Fork 2

wlb/serialplot

forked from desktop/serialplot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM ubuntu:bionic
# Install build dependencies
RUN apt-get update
RUN apt-get -y install software-properties-common
RUN add-apt-repository -y ppa:beineri/opt-qt-5.15.2-bionic
RUN apt-get -y install build-essential mesa-common-dev qt515base qt515serialport qt515svg cmake mercurial subversion git wget libfuse2
# Define environment variable
ENV PATH /opt/qt515/bin/:$PATH
WORKDIR /serialplot
ADD . /serialplot
WORKDIR ./build_docker
RUN cmake ../ && make -j appimage
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wlbgit/serialplot.git
[email protected]:wlbgit/serialplot.git
wlbgit
serialplot
serialplot
master

搜索帮助