antimof / UxPlay

AirPlay Unix mirroring server
GNU General Public License v3.0
1.36k stars 186 forks source link

Error in CMakeLists.txt prevents from installing from out-of-source build #12

Open sloede opened 4 years ago

sloede commented 4 years ago

When using the building steps outlined in the current README, UxPlay does not install due to the resulting executable (uxplay) not being properly referenced:

[ 23%] Built target plist
[ 26%] Built target curve25519
[ 46%] Built target ed25519
[ 57%] Built target playfair
[ 91%] Built target airplay
[ 96%] Built target renderers
[100%] Built target uxplay
Install the project...
-- Install configuration: "Release"
CMake Error at cmake_install.cmake:41 (file):
  file INSTALL cannot find "/home/user/UxPlay/uxplay": No such file
  or directory.

make: *** [Makefile:86: install] Error 1