From 3dd6ebb7864ebdb7bc03d8c63f279e7e4f4432c4 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 27 Apr 2011 11:33:32 -0500 Subject: [PATCH] fix unix install info --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 1cacb79..e3dcd5f 100644 --- a/README +++ b/README @@ -138,8 +138,8 @@ COMPILING # make install - wiiuse.so is installed to /usr/lib - wiiuse-example and wiiuse-sdl are installed to /usr/bin + libwiiuse.so is installed to CMAKE_INSTALL_PREFIX/lib + wiiuse-example and wiiuse-sdl are installed to CMAKE_INSTALL_PREFIX/bin Windows: The CMake GUI can be used to generate a Visual Studio solution.