[Mandrake] - Xmms en mures install

Pagina: 1
Acties:

  • himlims_
  • Registratie: Juni 2000
  • Niet online

himlims_

🐧 Linux HOoligan

Topicstarter
Ik ben nog niet zo ervaren met linux dus frot ik nog maar een beetje heen, en zo ook het installeeren van proggies; laatst wilde ik de nieuwe xmms mp3 player installeren maar dat lukt niet echt, in de "install" stond het volgende:

The simplest way to compile this package is:

1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system. If you're
using `csh' on an old version of System V, you might need to type
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.

Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for.

2. Type `make' to compile the package.

3. Optionally, type `make check' to run any self-tests that come with
the package.

4. Type `make install' to install the programs and any data files and
documentation.

5. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the
files that `configure' created (so you can compile the package for
a different kind of computer), type `make distclean'. There is
also a `make maintainer-clean' target, but that is intended mainly
for the package's developers. If you use it, you may have to get
all sorts of other programs in order to regenerate files that came
with the distribution.
--
Ik snap er nu nog niets van, waar moet ik dat intypen? ik had 't in de terminal geprobeerd maar dat schoot al niet echt op.
Wat moet ik nou PRECIES doen om xmms te installeren? (STAP voor STAP graag)
--
En nog een game, MURES (een chu chu rocked look a like)
daar stond het volgende in de install:
Run the following:

./configure
make
cd src
./mures
---
please help

⭐Game Profiles: 🕹️Steam - 🎮PSN - 🇪🇦 GoT_Hollandhards


  • Sjonny
  • Registratie: Maart 2001
  • Laatst online: 11:26

Sjonny

Fratser

xmms zit gewoon bij mandrake (kweenie of cd1 of cd2 is):

$ mount /dev/cdrom
$ cd /mnt/cdrom/Mandrake/RPMS
(of RPMS2 voor cd2)
$ rpm -ivh xmms*

om een prog van source te installeren:

$ tar zxpvf file.tar.gz
of
$ tar jxpvf file.tar.bz2
$ cd new_dir
$ ./configure --help
kies gewenste install opties, vaak is nix nodig,
$ ./configure && make
$ make install

have fun

The problem is in the part of your brain that handles intelligence.


  • noNamer
  • Registratie: Juli 2000
  • Niet online
Ik zou gewoon de RPM versie downloaden als ik jou was, en dan je xmms upgraden met
rpm -Uvh xmms-weetikveelhoedieverderheet.rpm
Dit natuurlijk in de directory typen waar je het bestand ook hebt opgeslagen...

  • himlims_
  • Registratie: Juni 2000
  • Niet online

himlims_

🐧 Linux HOoligan

Topicstarter
ik zal 't zo ff testen (ik heb xmms al, maar was een nieuwe... boeit niet opzich, maar ik wil gewoon iets installeeren zonder da mpr)

⭐Game Profiles: 🕹️Steam - 🎮PSN - 🇪🇦 GoT_Hollandhards


  • ajvdvegt
  • Registratie: Maart 2000
  • Laatst online: 15-08 12:40
Als je 'iets wilt installeren zonder rpm' moet je het (bijna altijd) zelf compileren, want je krijgt alleen de source code. Daarvoor moet je wel een hele zooi development bibliotheken e.d. installeren, die standaard niet worden geinstalleerd (tenzij je dat bij de installatie hebt opgegeven).
Als het je makkelijk is gemaakt, is './configure', 'make' en 'make install' genoeg. Deze commando's moet je intikken op de prompt (in een terminal bv., of druk op CTRL-ALT-F1. Met CTRL-ALT-F7 kom je weer terug).
Voor het 'make install' moet je root-zijn, omdat dan het gecompileerde programma ergens wordt neergezet waar je normaal niet iets mag neer zetten.Na deze commando's kan je de source verwijderen als je wilt. (alleen kan je dan geen 'make uninstall' meer intikken om het te verwijderen, dus dat moet je dan handmatig doen. Daar zit 'm een groot voordeel van RPM's.)

I don't kill flies, but I like to mess with their minds. I hold them above globes. They freak out and yell "Whooa, I'm *way* too high." -- Bruce Baum


  • blouweKip
  • Registratie: November 1999
  • Laatst online: 10-08 18:05
De source compilen is redelijk makkelijk,

Je pakt het bestand (tar.gz/tar.bz2) uit

tar xfvz bestand.tar.gz of bunzip2 bestand.tar.bz

Ik gebruik (als ze er iig zijn) altijd source rpms (dan heb je toch het voordeel van het zelf compilen en kun je je programmas toch lekker managen)

Download dan de xmms-versienummer.src.rpm van www.xmms.org en doe dan rpm --rebuild xmms-versienummer.src.rpm

Die wordt dan gebuild en ergens in /usr/src/RPM/RPMS/i686/ neergezet (bij xmms 2 binary rpm's d8 ik)

Als je daar geen zin in hebt dan kun je idd het best op de mandrake cd of de xmms site kijken voor binary rpm's

"For my friends, anything; for my enemies, the law."

Pagina: 1