mirror of
https://github.com/cculianu/Fulcrum.git
synced 2026-08-13 12:33:27 +02:00
- Get windows travis CI to actually see libzmq - run "Fulcrum -v" in travis CI to see the libs it linked against before running tests. - Install jemalloc on travis mac build - Install jemalloc on travis linux build
10 lines
170 B
Bash
Executable file
10 lines
170 B
Bash
Executable file
#!/bin/sh
|
|
sudo apt-get install -y \
|
|
qt513base \
|
|
openssl \
|
|
git \
|
|
build-essential \
|
|
zlib1g-dev \
|
|
libbz2-dev \
|
|
libzmq3-dev \
|
|
libjemalloc-dev
|