1 Star 1 Fork 0

Willok/mfoc-hardnested

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Dockerfile 409 Bytes
Copy Edit Raw Blame History
Valentín Kivachuk Burdá authored 2020-11-24 21:54 +08:00 . auto build
FROM ubuntu:18.04
WORKDIR /mfoc
RUN set -e; \
apt-get update; \
apt-get install -y file build-essential autoconf pkg-config automake libnfc-dev liblzma-dev
# Install gcc
ARG COMPILER=gcc-8
RUN set -e; \
apt-get update; \
apt-get install -y $COMPILER
COPY . .
ENV CC=${COMPILER}
RUN autoreconf -vis
RUN ./configure
RUN make
RUN file ./src/mfoc-hardnested
RUN ./src/mfoc-hardnested -h
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/willok/mfoc-hardnested.git
git@gitee.com:willok/mfoc-hardnested.git
willok
mfoc-hardnested
mfoc-hardnested
master

Search