-
Notifications
You must be signed in to change notification settings - Fork 193
Description
OpenRW
su
Contraseña :
cd /tmp
rm -rf *
git clone https://github.com/rwengine/openrw
cd openrw
mkdir build ; cd build
cmake ..
-- The C compiler identification is GNU 5.5.0
-- The CXX compiler identification is GNU 5.5.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building OpenRW GIT SHA1: ece3d09
-- Found Boost: /usr/include (found version "1.59.0")
-- Found Boost: /usr/include (found version "1.59.0") found components: program_options system
-- Found Boost: /usr/include (found version "1.59.0") found components: filesystem system
-- Found OpenAL: /usr/lib64/libopenal.so
-- Found Bullet: /usr/lib64/libBulletDynamics.so
-- Found GLM: /usr/include (found version "0.9.9.5")
-- Found FFmpeg: /usr/lib64/libavcodec.so (found version "3.4.6")
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found SDL2: /usr/local/lib/libSDL2.so (found version "2.0.10")
-- Found OpenGL: /usr/lib64/libGL.so
-- Configuring done
CMake Error at external/imgui/CMakeLists.txt:1 (add_library):
Cannot find source file:imgui/imgui.hTried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .ispcCMake Error at external/imgui/CMakeLists.txt:35 (add_library):
Cannot find source file:imgui/examples/imgui_impl_opengl3.hTried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .ispcCMake Error at external/imgui/CMakeLists.txt:1 (add_library):
No SOURCES given to target: imguiCMake Error at external/imgui/CMakeLists.txt:35 (add_library):
No SOURCES given to target: imgui_sdl_gl3CMake Generate step failed. Build files cannot be regenerated correctly
ls ./external/imgui/
CMakeFiles/
Missing files. from where i can get ?