Just need to install EPEL repo for yasm
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
next step:
yum install gcc-c++ yasm autoconf automake boost-devel make zlib-devel
ln -s /usr/lib64/libboost_thread-mt.so.5 /usr/lib64/libboost_thread.so
and then, unzip and compile.
or
yum install git
git clone https://github.com/thbaumbach/ptsminer
cd ptsminer/src
make -f makefile.unix
./ptsminer <your PTS address> <number of threads>
TO:MrDiscordia
package zlib-devel missing
Really thank you! It works really fine. Thaaaaaaaaaaank you 
Hey,
i followed these steps exactly but i am getting errors anyway

yes, i am under redhat.
these are the errors (in german):
[root@machine src]# make -f makefile.unix.no-chrono
g++ -c -O2 -pthread -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/nfs/home/y0057486/cpu_vision-v0.2/ptsminer/src -I/nfs/home/y0057486/cpu_vision-v0.2/ptsminer/src/obj -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -o obj/main_poolminer.o main_poolminer.cpp
In file included from /usr/include/boost/thread/future.hpp:12,
from /usr/include/boost/thread.hpp:24,
from main_poolminer.hpp:6,
from main_poolminer.cpp:13:
/usr/include/boost/exception_ptr.hpp:43: Fehler: lockerer »throw«-Spezifizierer für »virtual boost::exception_ptr::~exception_ptr()«
/usr/include/boost/exception/detail/exception_ptr_base.hpp:26: Fehler: »virtual boost::exception_detail::exception_ptr_base::~exception_ptr_base() throw ()« wird überschrieben
make: *** [obj/main_poolminer.o] Fehler 1
any ideas?