Hi,
i would like to see svn installation how-to
or at least some hints if possible
thanks
svn installation
Re: svn installation
Hi
At first you need the sources:
svn co https://lxde.svn.sourceforge.net/svnroot/lxde/trunk/ ./lxde
svn co https://pcmanfm.svn.sourceforge.net/svnroot/pcmanfm pcmanfm
Then cd into the directory of each application. Run the following commands:
./autogen.sh
./configure -prefix=/usr
make
sudo make install
Please consider dependencies. Now you should have LXDE compiled from source.
maces
At first you need the sources:
svn co https://lxde.svn.sourceforge.net/svnroot/lxde/trunk/ ./lxde
svn co https://pcmanfm.svn.sourceforge.net/svnroot/pcmanfm pcmanfm
Then cd into the directory of each application. Run the following commands:
./autogen.sh
./configure -prefix=/usr
make
sudo make install
Please consider dependencies. Now you should have LXDE compiled from source.
maces
-
- Posts: 381
- Joined: Mon Mar 23, 2009 5:14 am
Re: svn installation
On the configure you need --sysconfdir=/etc on lxde-common, lxmenu-data, lxsession, and menu-cache. It does no harm to use it everywhere.
Re: svn installation
I have a problem ;
Code: Select all
/lxde/lxpanel# ./autogen.sh
+ '[' x '!=' x ']'
+ aclocal
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT
/usr/share/aclocal/libmcrypt.m4:17: run info '(automake)Extending aclocal'
/usr/share/aclocal/libmcrypt.m4:17: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.ac:307: warning: macro `AM_GNU_GETTEXT_VERSION' not found in library
configure.ac:312: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library
+ autoheader
+ AUTOMAKE=automake-1.10
+ libtoolize -c --automake --force
./autogen.sh: line 13: libtoolize: command not found
+ AUTOMAKE=automake-1.10
+ intltoolize -c --automake --force
./autogen.sh: line 14: intltoolize: command not found
+ automake-1.10 --add-missing --copy --include-deps
configure.ac:3: installing `./install-sh'
configure.ac:3: installing `./missing'
data/Makefile.am:15: `%'-style pattern rules are a GNU make extension
src/Makefile.am:59: compiling `xml-purge.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
src/Makefile.am: installing `./depcomp'
src/plugins/Makefile.am:12: library used but `RANLIB' is undefined
src/plugins/Makefile.am:12: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
src/plugins/Makefile.am:12: to `configure.ac' and run `autoconf' again.
src/plugins/batt/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined
src/plugins/batt/Makefile.am:7: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/batt/Makefile.am:7: to `configure.ac' and run `aclocal' and `autoconf' again.
src/plugins/batt/Makefile.am:7: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/plugins/batt/Makefile.am:7: its definition is in aclocal's search path.
src/plugins/cpu/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined
src/plugins/cpu/Makefile.am:7: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/cpu/Makefile.am:7: to `configure.ac' and run `aclocal' and `autoconf' again.
src/plugins/cpu/Makefile.am:7: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/plugins/cpu/Makefile.am:7: its definition is in aclocal's search path.
src/plugins/deskno/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined
src/plugins/deskno/Makefile.am:7: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/deskno/Makefile.am:7: to `configure.ac' and run `aclocal' and `autoconf' again.
src/plugins/deskno/Makefile.am:7: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/plugins/deskno/Makefile.am:7: its definition is in aclocal's search path.
src/plugins/kbled/Makefile.am:8: Libtool library used but `LIBTOOL' is undefined
src/plugins/kbled/Makefile.am:8: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/kbled/Makefile.am:8: to `configure.ac' and run `aclocal' and `autoconf' again.
src/plugins/kbled/Makefile.am:8: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/plugins/kbled/Makefile.am:8: its definition is in aclocal's search path.
src/plugins/netstat/Makefile.am:10: Libtool library used but `LIBTOOL' is undefined
src/plugins/netstat/Makefile.am:10: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/netstat/Makefile.am:10: to `configure.ac' and run `aclocal' and `autoconf' again.
src/plugins/netstat/Makefile.am:10: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/plugins/netstat/Makefile.am:10: its definition is in aclocal's search path.
src/plugins/netstatus/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined
src/plugins/netstatus/Makefile.am:7: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/netstatus/Makefile.am:7: to `configure.ac' and run `aclocal' and `autoconf' again.
src/plugins/netstatus/Makefile.am:7: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/plugins/netstatus/Makefile.am:7: its definition is in aclocal's search path.
src/plugins/thermal/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined
src/plugins/thermal/Makefile.am:7: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/thermal/Makefile.am:7: to `configure.ac' and run `aclocal' and `autoconf' again.
src/plugins/thermal/Makefile.am:7: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/plugins/thermal/Makefile.am:7: its definition is in aclocal's search path.
src/plugins/volume/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined
src/plugins/volume/Makefile.am:9: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/volume/Makefile.am:9: to `configure.ac' and run `aclocal' and `autoconf' again.
src/plugins/volume/Makefile.am:9: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/plugins/volume/Makefile.am:9: its definition is in aclocal's search path.
src/plugins/volumealsa/Makefile.am:10: Libtool library used but `LIBTOOL' is undefined
src/plugins/volumealsa/Makefile.am:10: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/volumealsa/Makefile.am:10: to `configure.ac' and run `aclocal' and `autoconf' again.
src/plugins/volumealsa/Makefile.am:10: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/plugins/volumealsa/Makefile.am:10: its definition is in aclocal's search path.
src/plugins/xkb/Makefile.am:8: Libtool library used but `LIBTOOL' is undefined
src/plugins/xkb/Makefile.am:8: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/xkb/Makefile.am:8: to `configure.ac' and run `aclocal' and `autoconf' again.
src/plugins/xkb/Makefile.am:8: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/plugins/xkb/Makefile.am:8: its definition is in aclocal's search path.
Makefile.am: installing `./INSTALL'
+ autoconf
configure.ac:8: error: possibly undefined macro: AC_DISABLE_STATIC
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:14: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:15: error: possibly undefined macro: AC_PROG_INTLTOOL
configure.ac:307: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
configure.ac:312: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
+ cp -f /usr/share/automake-1.10/mkinstalldirs .
+ rm -rf autom4te.cache
Re: svn installation
where do I find them?maces wrote: Please consider dependencies. Now you should have LXDE compiled from source.
Re: svn installation
If you run configure it will tell you what you have to install.
maces
maces