Schakal99 für Linux: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 10: | Zeile 10: | ||
;Homepage: http://www.krist.uni-freiburg.de/ki/Mitarbeiter/Keller/schakal.html | ;Homepage: http://www.krist.uni-freiburg.de/ki/Mitarbeiter/Keller/schakal.html | ||
=== Instructions === | === Build Instructions === | ||
braucht eine Anpassung des Makefiles makefile.x sowie einen patch einer | |||
Sourcecode-Datei. Ansonsten '''by the book'''. | |||
[[Datei: schakal99_makefile.x.patch]] | |||
als root: | |||
mkdir -p /usr/local/share/schakal/sch99 | |||
cd /usr/local/share/schakal/sch99 | |||
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. | |||
wget | |||
cp makefile.x makefile.x.orig | |||
patch makefile.x < schakal99_makefile.x.patch |
Version vom 6. März 2009, 14:26 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 makefile.x.patch
als root:
mkdir -p /usr/local/share/schakal/sch99 cd /usr/local/share/schakal/sch99 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. wget cp makefile.x makefile.x.orig patch makefile.x < schakal99_makefile.x.patch