You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/16 22:37:29 UTC

[GitHub] [incubator-mxnet] stu1130 commented on issue #17347: Static build script error out

stu1130 commented on issue #17347: Static build script error out
URL: https://github.com/apache/incubator-mxnet/issues/17347#issuecomment-575379534
 
 
   you need the 
   ```
   sudo apt-get install -y git \
       cmake \
       libcurl4-openssl-dev \
       unzip \
       gcc-4.8 \
       g++-4.8 \
       gfortran \
       gfortran-4.8 \
       binutils \
       nasm \
       libtool \
       curl \
       wget \
       sudo \
       gnupg \
       gnupg2 \
       gnupg-agent \
       pandoc \
       python3-pip \
       automake \
       pkg-config
   ```
   To be more specific,  `nasm`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services