twitter / pelikan

Pelikan is Twitter's unified cache backend
Apache License 2.0
1.94k stars 176 forks source link

optimize travis ci #108

Open thinkingfish opened 8 years ago

thinkingfish commented 8 years ago
seppo0010 commented 8 years ago

@thinkingfish you said you successfully compiled against a compiled but not installed libcheck locally... I'm trying to do that, but I'm failing... can you give me some tips on how to do that?

thinkingfish commented 8 years ago

On mac osx, I was using

export PREFIX=/tmp
cmake -DCMAKE_INSTALL_PREFIX=$PREFIX ..

I previously installed libcheck to /tmp (/tmp/lib/libcheck.dylib) etc using ./configure --prefix=/tmp

seppo0010 commented 8 years ago

Aaah, nice. Thanks.