breve
breve copied to clipboard
The breve simulation environment
I'm now stuck with a compilation error. ``` justin@kuroiishi:~/Downloads/breve-master$ make Generating dependencies for bin/breve.cc Generating dependencies for util/bigMatrix.cc Generating dependencies for util/vector.cc Generating dependencies for util/text.cc Generating dependencies for util/stringstream.cc...
On Ubuntu 17.04, with zlib1g and zlib1g-dev installed, configure still fails to detect zlib. ``` checking for gzopen in -lz... no configure: error: in `/home/justin/Downloads/breve-master': configure: error: Missing zlib library...
Hi, I try to compile the project on my linux box and I get the following error: ``` make optimize Generating dependencies for bin/breve.cc Generating dependencies for util/bigMatrix.cc Generating dependencies...
Hello, I'm trying to compile this on OS X 10.9 I cloned the git repo and then ran autoconf to get a configure script. Running that, I found I still...