washingtondc-emu / washingtondc

Open-source Sega Dreamcast emulator
http://www.washemu.org
GNU General Public License v3.0
240 stars 7 forks source link

Make works but Sudo make install fails #61

Open burt111 opened 5 years ago

burt111 commented 5 years ago

Error Below

CMake Error at external/capstone/cmake_install.cmake:125 (file): file INSTALL cannot find "/home/pi/washingtondc/build/capstone.pc". Call Stack (most recent call first): cmake_install.cmake:45 (include)

snickerbockers commented 5 years ago

make install isn't implemented yet. Currently the only way to run washingtondc is to directly invoke the program, which is located in the build directory at src/washingtondc/washingtondc. It can be safely run from any directory because it doesn't rely on any relative paths.