Hi all, can you help me. I tried the guide, but i got stuck in the part for
"menu-cache"

This are the libraries already installed in a Debian 7.1 with only the base
system installed in Virtualbox.

#apt-get install build-essential cmake libqt4-dev libmagic-dev automake
gtk-docs-tools glib-2.0 libglib2.0-dev

When i tried to install the dependencies: pkq-config & libglib, it said
they were already installed(that's why i installed glib-2.0 and
libglib2.0-dev)

However, when i run "make", it gives me an error related to docs. I added
an screenshot, but here are the most commons texts:

Making all in libmenu-cache
make[4] /menu-cache/docs/references/libmenu-cache
make[4] Nothing is done for "all"

make[4] /menu-cache/docs/references/libmenu-cache
make[4] Nothing is done for "all-am"
make[4] Exits from directory /menu-cache/docs/references




I am also taking note from the Wiki in order to make it easier for
beginners to build the system and dont know much about libraries. That's
why i added the first line with all the dependencies i think are necessary
until  i reached menu-cache(I m not sure about glib-2.0 and
libglib2.0-dev), in case someone want to check them and give me an advice
or correct me, they are in a file called LXDE-Qt.txt.


2013/10/20 Martin Graesslin <mgraess...@kde.org>

> On Saturday 19 October 2013 14:09:14 PCMan wrote:
> > Hello,
> > I finally find some time to finished the document:
> > http://wiki.lxde.org/en/Build_LXDE-Qt_From_Source
> >
> > If you find any errors, feel free to correct them since it's a wiki page.
> > Thank you.
> I had a look at it, can of course not find any errors, but can give you
> hopefully some ideas on how to make it better.
>
> * don't install to /usr/local but specify the install directory in the
> cmake
> command. That way one doesn't have to be root to install and it get's way
> easier to just delete the complete install dir before a rebuild.
>
> * do out of source builds where possible. This also helps to just delete
> all
> build directories without having to go into each directory. And it doesn't
> add
> things to the git managed directories
>
> * add a CMakeLists.txt to you main git repo to at least be able to just run
> cmake once for all the cmake based sub-modules
>
> * have a look at kdesrc-build [1] (perl script) that is wonderful for
> having
> dependency based builds from source code
>
> Cheers
> Martin
>
> [1] http://kdesrc-build.kde.org/
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
> _______________________________________________
> Lxde-list mailing list
> Lxde-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lxde-list
>
>
//Login to Debian base-only installed system

$su
#apt-get install git
#git clone https://github.com/lxde/lxde-qt.git
#cd lxde-qt
#git submodule update
#git submodule foreach git checkout master


#apt-get install build-essential cmake libqt4-dev libmagic-dev automake 
gtk-docs-tools glib-2.0 libglib2.0-dev

#cd lxde-qt
#cd libqtxdg
#mkdir build
#cd build
#cmake ..
#make
#sudo make install

#cd ..
#cd ..
/lxde-qt#cd liblxqt
#mkdir build
#cd build
#cmake ..
#make && make install

#cd ..
#cd ..
/lxde-qt#cd liblxqt-mount
#mkdir build
#cd build
#cmake ..
#make && make install

#cd ..
#cd ..
/lxde-qt#cd lxqt-globalkeys
#mkdir build
#cd build
#cmake ..
#make && make install

#cd ..
#cd ..
/lxde-qt#cd lxqt-notificationd
#mkdir build
#cd build
#cmake ..
#make && make install

#cd ..
#cd ..
/lxde-qt#cd libsysstat
#mkdir build
#cd build
#cmake ..
#make && make install

#cd ..
#cd ..
/lxde-qt#cd menu-cache
#./autogen.sh
#./configure
//  pkq-config & libglib dependencies said already installed, but still the 
command fails.

<<attachment: DLXDE menu-cache.png>>

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to