Changeset 9bdc85ae6abb47b8ef60e40acfb7a615a0747a3c for README
- Timestamp:
- 02/27/07 04:43:51 (6 years ago)
- Children:
- c033b7a3b120e970c24a4d1411aa74474b794f9c
- Parents:
- d372b079b501b1fea934c990aaaed85fde5571f2
- git-author:
- L. Donnie Smith <donnie.smith@…> (02/27/07 04:43:51)
- git-committer:
- dsmith <dsmith@…> (02/27/07 04:43:51)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
README
r573bcd0 r9bdc85a 38 38 sudo make install 39 39 40 While CWiid is still in the early development stages, installation directories and filenames are changed more often than in a mature, stable package. In order to prevent the collection of obselete directories and files, it is recommended that you run 'make uninstall && make uninstall_config' from your current CWiid source directory before installing a new one. 40 While CWiid is still in the early development stages, installation directories and filenames are changed more often than in a mature, stable package. In order to prevent the collection of obselete directories and files, it is recommended that you run 'make uninstall && make uninstall_config' from your current CWiid source directory before installing a new one. Files are currently installed to the following directories: /usr/local/{bin,etc,lib,lib/cwiid}. Recently, but no longer, used directories include /usr/share/CWiid - this directory may be deleted. 41 41 42 42 Many distributions do not have /usr/local/lib in the library search path, and on many of these same distributions, the library installation directory (as determined by autoconf) is /usr/local/lib, creating a problem when you try to run programs depending on libraries installed there. There are two clean ways to fix this: … … 45 45 46 46 I prefer the second method since it keeps local software in the local directory where it should be, and it fixes the problem for every package using /usr/local/lib, not just CWiid. Until someone offers a convincing argument for the omission of /usr/local/lib from /etc/ld.so.conf, I consider this to be a distribution bug, and method #2 above is the fix. 47 48 Previous versions of CWiid installed plugins and configuration files in /usr/local/lib/CWiid. This directory is no longer used and may be deleted.49 47 50 48 Please report any compilation errors to <wiimote@abstrakraft.org>.
