tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
604 stars 102 forks source link

spdy for libdash #105

Open LiorAs94 opened 10 years ago

LiorAs94 commented 10 years ago

hello i try to install libdash supports spdy. For that, i have to install spdylay. i try to use the instructions in the site http://webcache.googleusercontent.com/search?q=cache:http://spdylay.sourceforge.net/package_README.html but i have to install many packages that i don't succeed to. What should i do?

tatsuhiro-t commented 10 years ago

Recent Linux distributions have packaged almost all necessary packages. What kind of OS are you using? Which packages are you struggling to install?

LiorAs94 commented 10 years ago

i try to do it on ubuntu 12.04. Those packages i try but i don't succeed: autoconf ,automake ,autotools-dev ,libtool ,pkg-config, zlib1g-dev ,libcunit1-dev ,libssl-dev ,libxml2-dev ,libevent-dev

tatsuhiro-t commented 10 years ago

If you get error from apt-get, then it is not spdylay issue.