PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Nicotine aus source installieren



Crate
20.07.04, 13:37
hallo,
ich habe FC2 und hab mir Nicotine runtergeladen und die source aus dem tar.gz entpackt. Dann hab ich mir die Installationsanweisungen durchgelesen und als su den Befehl eingegeben: python setup.py install --prefix=<dir>. Ich habe für <dir> opt/Nicotine eingegeben (Also den Ordner, den ich vorher erstellt habe), weil in der Aleitung empfohlen wird, nen eigenen Ordner anzugeben, da es sonst wieder schwer zu installieren sei. Die Installation scheint geklappt zu haben, denn in dem Ordner /opt/Nicotine, sind jetzt die Dateien von Nicotine drin. Aber ich weiss nicht, wie ich das jetzt starten soll. In der Anleitung wird das zwar erklärt, aber ich versteh nicht, was gemeint ist.
Hier noch die Anleitung:


Linux/Unix installation instructions follow.

To install Nicotine, from the source tree run:

python setup.py install --prefix=<dir>

If you omit --prefix Nicotine will be installed into the python system
directory (typically /usr)

This is not recommended however, as there is no way to uninstall things
easily this way.


The recommended way of running Nicotine is from the source tree, which might
seem strange, but is no problem at all, especially if you are the only user of
the system that is interested in running Nicotine. From the source tree run:

python ./nicotine


Another option would be that you create an RPM from the source tree:

python setup.py bdist_rpm

which will create a binary RPM in the dist subdirectory of the source tree.


Note: to build source distribution (.tar.bz2) from itself, run:

python setup.py sdist --formats=bztar

Hab ich soweit alles richtig gemacht?? Wie starte ich das jetzt??

Crate
20.07.04, 14:23
k, leute hat sich erledigt