1 Star 1 Fork 3

whuiss/osgearth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 807 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jason Beverage 提交于 2020-10-06 16:46 . Added Dockerfile
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y curl openssl \
&& curl https://bintray.com/user/downloadSubjectPublicKey?username=bintray | apt-key add - \
&& echo "deb http://dl.bintray.com/jasonbeverage/pelicanmapping xenial main" | tee -a /etc/apt/sources.list \
&& apt-get update -qq \
&& apt-get install -y python-software-properties software-properties-common \
&& add-apt-repository ppa:ubuntugis/ppa --yes \
&& apt-get update -qq \
&& apt-get install -y \
cmake \
openscenegraph=3.6.3 \
gdal-bin \
libgdal-dev \
libgeos-dev \
libsqlite3-dev \
protobuf-compiler \
libprotobuf-dev \
libpoco-dev
COPY . /code
RUN cd /code && cmake -DCMAKE_BUILD_TYPE=Release . && make -j2 && make install && ldconfig
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/whuiss72/osgearth.git
git@gitee.com:whuiss72/osgearth.git
whuiss72
osgearth
osgearth
master

搜索帮助