Skip to content

Instantly share code, notes, and snippets.

@chrish10e
chrish10e / build.sh
Last active February 4, 2019 12:26 — forked from d2rk/build.sh
dlib for AWS lambda
$ sudo yum install -y python34 blas-devel lapack-devel gcc-c++ cmake python34-devel git
$ alias python=python3
$ wget --no-check-certificate -P /tmp https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.tar.bz2
$ tar xvf /tmp/boost_1_64_0.tar.bz2 -C /tmp
$ cd /tmp
$ cd boost_1_64_0
$ ./bootstrap.sh --with-libraries=python -with-python=/usr/bin/python3.4m --with-python-root=/usr/bin/python3.4m