comparison INSTALL @ 159:b80986b4f510

Updated documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Jun 2004 10:46:03 +0000
parents e85ea6735767
children 78e06aecad7f
comparison
equal deleted inserted replaced
158:2ae878523164 159:b80986b4f510
74 - GNU libtool 1.5 or later 74 - GNU libtool 1.5 or later
75 - Glade for Gtk+ 1.2 programs (I use Glade 0.6.4) 75 - Glade for Gtk+ 1.2 programs (I use Glade 0.6.4)
76 76
77 If you have all required tools installed, just run the 77 If you have all required tools installed, just run the
78 "bootstrap.sh"-script which generates all necessary 78 "bootstrap.sh"-script which generates all necessary
79 build-files. After successfull bootstrapping, you can 79 build-files. After successfull bootstrapping, you
80 continue to install the package normally. 80 should be able to install the package normally.
81 81
82 82
83 Installing XMMS-SID 83 Installing XMMS-SID
84 =================== 84 ===================
85 When you have the requirements installed and working 85 When you have the requirements installed and working
86 succesfully, you can try compiling XMMS-SID. 86 succesfully, you can try compiling XMMS-SID.
87 87
88 Invoke configure-script (use parameter --help for help) 88 Invoke configure-script (use parameter --help for help)
89 89
90 $ ./configure 90 $ ./configure
91
92 You may need to select which version of libSIDPlay you want to
93 use by specifying either --with-sidplay1 or --with-sidplay2
94 options. If none are specified, configure will use the first
95 one found.
96 91
97 The configure-script will print out lots of information and in 92 The configure-script will print out lots of information and in
98 the end it tells you some of the selected build options. 93 the end it tells you some of the selected build options.
99 94
100 If configure passed without errors, try compilation. (Depending 95 If configure passed without errors, try compilation. (Depending
106 you are installing globally for the system). Again, you may need 101 you are installing globally for the system). Again, you may need
107 to invoke 'gmake' instead of 'make'. 102 to invoke 'gmake' instead of 'make'.
108 103
109 # make install 104 # make install
110 105
111 If everything went as supposed, you may now try (re)starting XMMS 106 If everything went as supposed, try (re)starting XMMS and go play
112 and go play with your shiny new XMMS-SID-plugin! :-) 107 with your shiny new XMMS-SID-plugin! :-)
113 108