1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

remove tempdir

This commit is contained in:
schaeff 2019-02-07 18:25:20 +01:00
parent 50ae73aeb2
commit 31149cdff0
2 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,14 @@
#!/bin/bash
apt-get update && apt-get install -y --no-install-recommends \
build-essential \
gcc \
cmake \
libboost-dev \
libboost-program-options-dev \
libgmp3-dev \
libprocps-dev \
libssl-dev \
pkg-config \
python-markdown \
&& rm -rf /var/lib/apt/lists/* \

View file

@ -1,7 +1,6 @@
extern crate cc;
extern crate cmake;
extern crate git2;
extern crate tempdir;
fn main() {
#[cfg(feature = "libsnark")]