Schakal99 für Linux: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 12: | Zeile 12: | ||
=== Build Instructions === | === Build Instructions === | ||
braucht eine Anpassung des Makefiles makefile.x sowie einen patch einer | braucht eine Anpassung des Makefiles makefile.x sowie einen patch einer | ||
Sourcecode-Datei. Ansonsten | Sourcecode-Datei. Ansonsten ''by the book''. | ||
[[Datei: schakal99_patch_makefile.x.txt | Patchfile für die Datei makefile.x]] | [[Datei: schakal99_patch_makefile.x.txt | Patchfile für die Datei makefile.x]] |
Version vom 6. März 2009, 17:20 Uhr
Synopsis
Old school Molekülgrafik Programm.
Installation
Download
- Source
- http://www.krist.uni-freiburg.de/ki/Mitarbeiter/Keller/tutorial.tar.gz
- Manual
- http://www.krist.uni-freiburg.de/ki/Mitarbeiter/Keller/sch99.tar.gz
- Homepage
- http://www.krist.uni-freiburg.de/ki/Mitarbeiter/Keller/schakal.html
Build Instructions
braucht eine Anpassung des Makefiles makefile.x sowie einen patch einer Sourcecode-Datei. Ansonsten by the book.
Datei:Schakal99 patch makefile.x.txt
Datei:Schakal99 patch xs.f.txt
als root:
mkdir -p /usr/local/schakal/sch99 cd /usr/local/schakal/sch99 wget 'http://www.krist.uni-freiburg.de/ki/Mitarbeiter/Keller/sch99.tar.gz' tar xf sch99.tar.gz chown -R root:root * rm sch99.tar.gz # Makefile needs to be patched. Download it from # this wikipedia now, if you haven't done so # already. wget 'http://hergipedia/mediawiki/images/0/00/Schakal99_patch_makefile.x.txt' patch -b makefile.x < Schakal99_patch_makefile.x.txt # File xs.f needs to be patched. Download it from # this wikipedia now, if you haven't done so # already. wget 'http://hergipedia/mediawiki/images/d/d4/Schakal99_patch_xs.f.txt' patch -b xs.f < Schakal99_patch_xs.f.txt # Use Makescript sh mschak
Deployment
Das Deployment der Software ist etwas trickreich und bedarf der expliziten Mitwirkung jedes Users. Dieser muss sich mithilfe des Befehls uschak ein privates schakal user-directory anlegen.
cd ~ # Achtung: Das user directory, hier ~/schakal, darf noch NICHT # existieren! /usr/local/schakal/sch99/uschak
Benutzung
- . Zunächst den uschak Befehl ausführen, siehe oben
- . Diese Software ist ohne intensive Benutzung des Handbuchs NICHT benutzbar. RTFM