yawp compiling error

I am trying to compile yawp on my laptop. I install it before, and it was working fine on another PC. But i got this error, even i install make,cmake,gcc etc.

mian@linux-8dcl:~/Desktop> tar -jxf yawp*
mian@linux-8dcl:~/Desktop> cd yawp*
mian@linux-8dcl:~/Desktop/yawp-0.2.3> ./install.sh
– The C compiler identification is unknown
– The CXX compiler identification is unknown
CMake Error: your C compiler: “CMAKE_C_COMPILER-NOTFOUND” was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: your CXX compiler: “CMAKE_CXX_COMPILER-NOTFOUND” was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:84 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/mian/.kde4/share/apps;/usr/share/kde4/apps;/etc/kde4/share/apps
Call Stack (most recent call first):
CMakeLists.txt:3 (find_package)

CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as

cmake_minimum_required(VERSION 2.6)

should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run “cmake --help-policy CMP0000”.
This warning is for project developers. Use -Wno-dev to suppress it.

– Configuring incomplete, errors occurred!
make: *** No rule to make target `clean’. Stop.
make: *** No targets specified and no makefile found. Stop.
Compilation failed, sorry :frowning:

Any ideas, what thing i need to install?