Slitaz Program Yükleme Sorunu

Başlatan pire05, 24 Temmuz 2013 - 13:48:00

« önceki - sonraki »

0 Üyeler ve 2 Ziyaretçi konuyu incelemekte.

pire05

Merhaba arkadaşlar flash bellekten slitaz'ı açıyorum flash belleğin içerisinde bulunan veya internetten indirdiğim programı nasıl kurarım. Yardımcı olursanız çok sevinirim.


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 24 Temmuz 2013 - 14:11:57

Anlayan kimse yok mu arkadaşlar



Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 24 Temmuz 2013 - 16:04:29

Yardım Edecek Kimse Yok mu Arkadaşlar

daligo5

İndirdiğiniz Dosyanın içinde Readme yazan bir dosya olması gerekir. O dosyanın içinde kuruluma dair bilgiler bulunur. Ama Programın ismini verirseniz belki daha fazla yardımı olabiliriz.
http://piyonsatranc.blogspot.com/

satranç modern bir beyin işkencesidir.

pire05

#2
This document explains how to compile and install smplayer.

Compiling smplayer should be easy. It only depends on Qt. Since version 0.6.4
it can only be compiled with Qt 4.3 or greater.


1) How to make a deb package
2) How to make a rpm package
3) Generic compilation
4) Changing installation path
5) How to compile in Windows


1) How to make a deb package
----------------------------
Be sure you have installed the following packages: libqt4-dev, zlib1g-dev,
fakeroot, build-essential, devscripts, debhelper and g++.

sudo apt-get install libqt4-dev zlib1g-dev fakeroot build-essential devscripts debhelper g++

Now run ./create_deb.sh


2) How to make a rpm package
----------------------------
Run rpmbuild -tb smplayer-0.6.x.tar.bz2
You'll find the rpm pachage under /usr/src/packages/RPMS/i586/

Take a look at this document to know how to create a rpm from the SVN sources:
http://smplayer.berlios.de/forums/viewtopic.php?id=188


3) Generic compilation
----------------------
You need at least Qt 4.3 to compile smplayer. It won't work with an older
version.

Be sure you have installed the Qt 4 development package. Its name maybe
qt4-devel, libqt4-dev or similar.

Uncompress the source code, open a console and enter in the
smplayer-0.6.x directory.

Type "make".

If everything is ok now you can install it with "make install".
That will install smplayer in /usr/local.

If "make" fails, it's probably because the Qt 3 qmake has been used instead of
the Qt 4 one. It seems that some distros have renamed that tool to qmake-qt4.
Others may have installed in another directory.
Look at the contents of the qt4-devel package (or whatever its name is) and
find out where it is.

Now type something like this (just examples):
make QMAKE=qmake-qt4
or
make QMAKE=/usr/share/qt4/bin/qmake


4) Changing installation path
-----------------------------
By default smplayer will be installed in /usr/local. You can change it by
using PREFIX and DESTDIR.

Examples:
make PREFIX=/usr
make PREFIX=/usr install

That would install smplayer under /usr.

DESTDIR will be useful for package maintainers.

make PREFIX=/usr
make PREFIX=/usr DESTDIR=/tmp/ install

That would compile smplayer for /usr but in fact it will be installed in
/tmp/usr/


5) How to compile in Windows
----------------------------
First you need to download and install Qt (OpenSource edition) in your
computer. You can get a package with installer from
http://trolltech.com/developer/downloads/qt/windows

During the installation it will ask you for a compiler. Simply let the
Qt installer to download and install MinGW.

Now we're ready to compile smplayer (or any other Qt application).
Download the sources (either the *.tar.gz or from the svn) and
uncompress them for example in C:\smplayer.

The next step is to open the Qt console: select the option "Qt 4.3.x
Command Prompt" that you'll find under the Qt menu.

That'll open a DOS-like window. Type the following commands:

cd c:\smplayer
compile_windows.bat

Compiling will start. That'll take a few minutes.

After that you'll get the new compiled smplayer.exe under
c:\smplayer\src\release subdirectory.

You'll see that if you try to open it by double clicking on it, it won't
work because it can find the Qt dlls. I assume you already have smplayer
properly installed in some place, just copy the new smplayer.exe to that
directory, replacing the old one. Now it will work

You may also need to copy the updated translation files (*.qm) from the
translations subdirectory.

Note: please see this document to know how to compile with Qxt support:
http://smplayer.berlios.de/forums/viewtopic.php?pid=1737#p1737

heartsmagic

@pire05, öncelikle açtığın başlıkları lütfen hemen yeniden güncellemeye çalışma. En azından bir gün sabretmeyi dene. Evet bazen bir gün sonra dahi cevap gelmediği olabilir ancak 5-6 saat sabretmeden başlık güncellemek çok şık değil.

Slitaz için soruyorum, kullanmayı düşünüyorsan o sistemi daha iyi tanıman lazım. Yoksa bodostan gitmeye kalkarsan sorun yaşarsın. Varsa paketlenmişini kullanacaksın uygulamaların, her dağıtımda olduğu gibi.

Arama sonucu:
http://pkgs.slitaz.org/search.sh?package=smplayer
Paketin kendisi:
http://mirror.slitaz.org/packages/cooking/smplayer-0.6.9.tazpkg

Bağımlılıkları vs. senin sağlaman gerekiyor. Varsa deposu doğrudan oradan kurmaya çalış, yoksa paketi edin kurmayı dene. Fakat QT gibi bağımlılıklar sisteminde yüklü değilse smplayer kurulmaz zaten. Kendisi QT tabanlı bir oynatıcı.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

pire05

O soylediklerini nasil yapiyoruz bende ogrenmeye calisiyorum zaten

ersinkandemir

tazpkg get-install smplayer

SliTaz gibi dağıtımları kullanmadan önce Linux dünyasına biraz aşina olmak iyidir. Özellikle Terminal ekranıyla arkadaş olmak gerek.
Where there's a shell, there's a way.



pire05

Anlıyorsanız yardım edin yoksa yorup yapmayın

ersinkandemir

Ne ettiğimiz yardımın içeriğinden, ne de yardım kavramından anlıyorsunuz. Tahminimce dağıtımı da hackercılık oynamak için kurdunuz. Gidin oyun arkadaşlarınıza sorun sorularınızı buradaki yardımı beğenmiyorsanız.
Where there's a shell, there's a way.



pire05


ersinkandemir

@heartsmagic açıklama yapmış, yol göstermiş. Ben de size paket kurma kodunu verdim. Nasıl bir yardım sizi tatmin ederdi acaba?
Where there's a shell, there's a way.



umutubuntu

Öğrenmeye çalışan araştırır, öğrenir, öğrenemediği bir şey varsa sorar ama görüyorum ki amaç ukalalık taslamak.
Konuyu kilitliyorum.