]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/commitdiff
(no commit message)
authorzunavac1 <zunavac1@web>
Thu, 17 May 2012 11:59:45 +0000 (13:59 +0200)
committerOSP robot <osp@rtime.felk.cvut.cz>
Thu, 17 May 2012 11:59:45 +0000 (13:59 +0200)
student/zunavac1/index.mdwn

index 63edf3fd3aeb2ba81289410d85050e48ec7d070f..d8bd920a2139e3c84fa751f01590a5ba598f214f 100644 (file)
@@ -27,99 +27,175 @@ Níže uvedené instrukce jsou v souboru INSTALL v repozidáři. Pro pohodlí č
 These are instruction on how to install Makneto on Kubuntu 11.04. Instruction on www.makneto.org are out of date.
 By Vaclav Zuna <vaclav.zuna@gmail.com>.
 
+
 ## install dependencies
 sudo apt-get install git cmake libqt4-dev .*qtgstreamer-dev \
+
    libgstreamermm-0.10-dev libgstreamer-plugins-base0.10-dev \
+
    telepathy-devel libtelepathy-qt4-dev kdelibs5-dev \
+
    libqca2-dev telepathy-mission-control-5 libqt qt4-declarative \
+
    qtwebkit qt-opengl qt-mobility qtmultimediakit xv gst-plugins-ugly \
+
    libxfixes-dev libpango1.0-dev
 
 
+
 ## install non-package libraries
 ## libva
 git clone git://anongit.freedesktop.org/git/libva
+
 cd libva
+
 ./autogen.sh
+
 ./configure
+
 make -j 6
+
 sudo make install
 
 
+
 ## gst-plugins-va
 wget http://api.meego.com/public/source/Trunk/gst-plugins-va/gst-plugins-va-0.10.7.tar.bz2
+
 tar xjvf gst-plugins-va-0.10.7.tar.bz2
+
 cd gst-plugins-va-0.10.7
+
 ./autogen.sh
+
 ./configure
+
 make -j 6
+
 sudo make install
 
 
+
+
 ## gst-vabuffer
+
 wget http://api.meego.com/public/source/Trunk/gst-vabuffer/gst-vabuffer-0.10.5.tar.bz2
+
 tar xjvf gst-vabuffer-0.10.5.tar.bz2
+
 cd gst-vabuffer-0.10.5/
+
 ./autogen.sh
+
 ./configure
+
 make -j 6
+
 sudo make install
 
 
+
+
+
 ## qtgst-qmlsink
+
 git clone git://git.collabora.co.uk/git/qtgst-qmlsink.git
+
 cd qtgst-qmlsink
+
 qmake
+
 make -j 6
+
 make install
 
 
+
+
+
 ## build latest SUPPORTED version telepathy-qt4 package (0.7.3)
+
 wget http://cgit.freedesktop.org/telepathy/telepathy-qt4/snapshot/telepathy-qt4-0.7.3.tar.gz
+
 tar -zxvf telepathy-qt4-0.7.3.tar.gz
+
 mv telepathy-qt4-0.7.3 telepathy-qt4
+
 cd telepathy-qt4/
+
 mkdir mybuild
+
 cd mybuild
+
 cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=/usr/ ..
+
 make -j 6
+
 sudo make install
+
 cd ../..
 
 
+
+
+
 ## build Makneto, zunavac1 branch
+
 git clone git://repo.or.cz/makneto-zunavac1.git --branch zunavac1 makneto
+
 cd makneto
+
 mkdir mybuild
+
 cd mybuild
+
 cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=/usr/ ..
+
 make -j 6
+
 sudo make install
+
 cd ../..
 
 
+
+
+
 If anything else is missing it is probably a package that I assumed you would have installed already.
+
 If so, it should be available from your package manager
 
+
 There is one more thing that needs to be done.
+
 From my experience, Makneto is currently unable log to IM accounts on itself.
+
 The original autor suggest installing kcmshell4 module "IM account manager".
+
 Again, from my experience, this does not work.
+
 I did, however, manage to get accounts to work by installing the IM account manager from the EMPATHY IM client.
+
 You log in to accounts using the GUI from this application, Makneto will not log into them on itself.
 
+
+
 If any problem arises, please contact me at <vaclav.zuna@gmail.com>
 
 
+
+
+
 ======
 
+
 * [Odkaz na repozitař](http://repo.or.cz/w/makneto-zunavac1.git)
 
 Prezentace
 ==========
 
-* [[Prezentace záměru práce ve formátu PDF|zunavac1_zamer.pdf]]
-* [[Prezentace výsledku práce|prezentace2.pdf]]
+* [[Prezentace záměru práce|zunavac1_zamer.pdf]]
+* [[Prezentace výsledku práce|zunavac1 zamer.pdf]]
 
 Ohloh
 =====