1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
@section Get the Sources
@subsection Get the Tarball
You can download SVN trunk tarballs via the webSVN frontend:@*
@uref{http://forge.novell.com/modules/xfmod/svn/svnbrowse.php?repname=powersave}
@subsection Get the SVN Sources:@*
@code{svn checkout svn+ssh://anonymous@@forgesvn1.novell.com/svn/powersave/trunk}@*
When prompted for the password, enter "anonymous". You currently have to enter this twice, once for ssh and once for subversion.@*
The module you wish to check out must be specified as modulename
(either 'powersave', 'kpowersave' or 'wmpowersave').
When prompted for the password, simply enter "anonymous".
We'll try to let trunk stay in good shape all the time but well,
you never know. Tell us if you find bugs or have problems compiling.
@section Compiling
In the powersave directory do:
@enumerate
@item @code{autoreconf -fi@*
./configure --prefix=/usr}@*
(@code{./configure --help} gives further instructions (recommended))
@item If no error occurs type "make"
@item change the user to root (su root) and type "make install"
@end enumerate
@section Needed Packages for Compiling
This list is probably not complete, but gives an overview:
@itemize
@item libstdc++
@item g++
@item autoconf
@item automake
@item libtool
@item @dots{}
@end itemize
|