Schakal99 für Linux: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 22: | Zeile 22: | ||
mkdir -p /usr/local/share/schakal/sch99 | mkdir -p /usr/local/share/schakal/sch99 | ||
cd /usr/local/share/schakal/sch99 | cd /usr/local/share/schakal/sch99 | ||
wget http://www.krist.uni-freiburg.de/ki/Mitarbeiter/Keller/sch99.tar.gz | chown -R root:root * | ||
wget 'http://www.krist.uni-freiburg.de/ki/Mitarbeiter/Keller/sch99.tar.gz' | |||
tar xf sch99.tar.gz | tar xf sch99.tar.gz | ||
rm sch99.tar.gz | rm sch99.tar.gz | ||
Zeile 29: | Zeile 30: | ||
# this wikipedia now, if you haven't done so | # this wikipedia now, if you haven't done so | ||
# already. | # already. | ||
wget http://hergipedia/mediawiki/ | wget 'http://hergipedia/mediawiki/images/0/00/Schakal99_patch_makefile.x.txt' | ||
patch -b makefile.x < schakal99_patch_makefile.x.txt | patch -b makefile.x < schakal99_patch_makefile.x.txt | ||
Zeile 35: | Zeile 36: | ||
# this wikipedia now, if you haven't done so | # this wikipedia now, if you haven't done so | ||
# already. | # already. | ||
wget http://hergipedia/mediawiki/index.php5/Datei:Schakal99_patch_xs.f.txt | wget 'http://hergipedia/mediawiki/index.php5/Datei:Schakal99_patch_xs.f.txt' | ||
patch -b xs.f < schakal99_patch_xs.f.txt | patch -b xs.f < schakal99_patch_xs.f.txt |
Version vom 6. März 2009, 14:44 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/share/schakal/sch99 cd /usr/local/share/schakal/sch99 chown -R root:root * wget 'http://www.krist.uni-freiburg.de/ki/Mitarbeiter/Keller/sch99.tar.gz' tar xf sch99.tar.gz 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/index.php5/Datei:Schakal99_patch_xs.f.txt' patch -b xs.f < schakal99_patch_xs.f.txt