[intel-haswell@intel-haswell ~]$ git clone https://github.com/PCSX2/pcsx2.git Cloning into 'pcsx2'... remote: Counting objects: 85737, done. remote: Compressing objects: 100% (94/94), done. remote: Total 85737 (delta 51), reused 0 (delta 0), pack-reused 85641 Receiving objects: 100% (85737/85737), 62.42 MiB | 1.74 MiB/s, done. Resolving deltas: 100% (65661/65661), done. Checking connectivity... done. [intel-haswell@intel-haswell ~]$ cd pcsx2 [intel-haswell@intel-haswell pcsx2]$ /build.sh --release bash: /build.sh: No such file or directory [intel-haswell@intel-haswell pcsx2]$ ./build.sh --release Forcing cross compilation. Building pcsx2 with -DCMAKE_BUILD_PO=FALSE -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=cmake/linux-compiler-i386-multilib.cmake -- The C compiler identification is GNU 4.9.2 -- The CXX compiler identification is GNU 4.9.2 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Cross compilation is enabled. -- Compiling a i386 build on a x86_64 host. -- Could NOT find ALSA (missing: ALSA_LIBRARY) (found version "1.0.29") -- Could NOT find BZip2 (missing: BZIP2_LIBRARIES) (found version "1.0.6") -- Found Gettext: /usr/bin/msgmerge (found version "0.19.4") -- Found Git: /usr/bin/git (found version "2.4.1") -- Could NOT find JPEG (missing: JPEG_LIBRARY) -- Could NOT find LibLZMA (missing: LIBLZMA_LIBRARY LIBLZMA_HAS_AUTO_DECODER LIBLZMA_HAS_EASY_ENCODER LIBLZMA_HAS_LZMA_PRESET) (found version "5.2.1") -- Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.8") -- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR) -- Could NOT find OpenGL (missing: OPENGL_gl_LIBRARY) -- Found wxWidgets: TRUE -- Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.8") -- Could NOT find Cg (missing: CG_LIBRARIES) -- Could NOT find GLEW (missing: GLEW_LIBRARY) -- Could NOT find Libc (missing: LIBC_LIBRARIES) -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28") -- AIO found -- EGL found -- PORTAUDIO found -- SOUNDTOUCH found -- PNGPP found -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - found -- Found Threads: TRUE -- Could NOT find SDL (missing: SDL_LIBRARY) (found version "1.2.15") -- Some or all of the gtk libraries were not found. (missing: GTK2_GTK_LIBRARY GTK2_GDK_LIBRARY GTK2_GLIB_LIBRARY) -- Skip build of pcsx2 core: miss some dependencies -- check these libraries -> wxWidgets (>=2.8.10), gtk2 (>=2.16), zlib (>=1.2.4), pcsx2 common libs -- Skip build of GSdx: miss some dependencies -- check these libraries -> opengl, png++, X11 -- Skip build of onepad: miss some dependencies -- check these libraries -> sdl (>=1.2), X11 -- Skip build of spu2-x: miss some dependencies -- check these libraries -> soundtouch (>=1.5), alsa, portaudio (>=1.9), sdl (>=1.2) pcsx2 common libs CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: libdl linked by target "Utilities" in directory /home/intel-haswell/pcsx2/common/src/Utilities linked by target "Utilities_NO_TLS" in directory /home/intel-haswell/pcsx2/common/src/Utilities libm linked by target "Utilities" in directory /home/intel-haswell/pcsx2/common/src/Utilities linked by target "Utilities_NO_TLS" in directory /home/intel-haswell/pcsx2/common/src/Utilities librt linked by target "Utilities" in directory /home/intel-haswell/pcsx2/common/src/Utilities linked by target "Utilities_NO_TLS" in directory /home/intel-haswell/pcsx2/common/src/Utilities -- Configuring incomplete, errors occurred! See also "/home/intel-haswell/pcsx2/build/CMakeFiles/CMakeOutput.log". make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target 'install'. Stop.