comparison INSTALL @ 198:c7b5120c53c8

Cleanup
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 18 Aug 2004 09:01:05 +0000
parents be1cf864f28e
children 6117c326cc3e
comparison
equal deleted inserted replaced
197:2422fb451db1 198:c7b5120c53c8
102 If configure passed without errors, try compilation. (Depending 102 If configure passed without errors, try compilation. (Depending
103 on your system, you may need to invoke 'gmake' instead of 'make'.) 103 on your system, you may need to invoke 'gmake' instead of 'make'.)
104 104
105 $ make 105 $ make
106 106
107 If that went OK too, then you may try installation (as root, if 107 If that went OK too, then you may try installation. Again, you
108 you are installing globally for the system). Again, you may need 108 may need to invoke 'gmake' instead of 'make'. Install globally
109 to invoke 'gmake' instead of 'make'. 109 to whole system (as root):
110 110
111 # make install 111 # make install
112 112
113 or to current user only: 113 or install for current user only:
114 114
115 $ make install-user 115 $ make install-user
116 116
117 If everything went as supposed, try restarting XMMS and go play 117 If everything went as supposed, try restarting XMMS and go play
118 with your shiny new XMMS-SID-plugin! :-) 118 with your shiny new XMMS-SID-plugin! :-)