<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[pymol kompilieren?]]></title><description><![CDATA[<p>Öm gibt da ein programm (paymol <a href="http://delsci.com/rel/099/" rel="nofollow">http://delsci.com/rel/099/</a>) welches kostenlos ist wenn man es selber compiliert.<br />
Soweit sogut dachte ich mir hast ja nen c++ compiler<br />
und es ist wohl auch in c++ geschrieben.<br />
Auserdem kann mein compiler es lesen;-)</p>
<p>Dummerweise ist es doch komplizierter als gedacht:<br />
Statt einer textdatei mit quellcode hab ich nämlich ein haufen ordner<br />
und andere dateien bekommen.(am besten ihr ladet euch das selbst mal runter und schaut es euch an)</p>
<p>aufjedenfalss ließt der compiler bei einer setup generic folgenden text:</p>
<p>----------------------------------------------------------------------<br />
INSTALLATION VIA COMPILATION (Generic)<br />
----------------------------------------------------------------------</p>
<p>NOTE:</p>
<p>These are the general installation instructions for a platform which<br />
has no preinstalled dependencies whatsoever. These days, that's<br />
pretty rare.</p>
<p>Most likely, you are on a commmon platform such as RedHat, or OSX, so<br />
look for a INSTALL file which specifically address your platform in<br />
the setup directory.</p>
<p>WARNING: You will need some basic knowledge of Makefiles, compilation<br />
flags, libraries, python, environment variables, and paths in order to<br />
compile PyMOL. If you don't feel comfortable with this, then try out<br />
the MS-Windows version, which you can download from the web site.</p>
<p>//das runterladen der compiliertenform ist leider kostenpflichtig:-(<br />
//und nein ch habe keine grundlegenden basic knowledge von ...<br />
//allerdings hätt ich das gern kann mir also wer schnell(befürchte mal soschnell geht das nicht)erklären wie ich dieses knwolege bekomme bw. was ich machen muss?</p>
<p>The following instructions assume you are installing PyMOL in your<br />
home directory. You can of course put it anywhere, but you will need<br />
to replace &quot;$HOME&quot; with an appropriate path.</p>
<p>STEP (1)</p>
<p>A compiled copy of the external dependencies package (&quot;ext&quot;) is<br />
required, but only needs to be downloaded once (20 MB). This package<br />
contains everything you will need to run PyMOL all in one place so<br />
that you won't have to hunt down the individual components.</p>
<p>NOTE:</p>
<p>If you already have all of the components installed elsewhere on your<br />
system, then feel free to bypass this step, but note that you will<br />
probably need to edit some configuration files in order to get that<br />
to work.</p>
<p>You will need to compile the external dependencies from the sources<br />
(currently in the file &quot;ext-0.99-src.tgz&quot;). See the ext package<br />
release notes for more information.</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=4546" rel="nofollow">http://sourceforge.net/project/showfiles.php?group_id=4546</a></p>
<p>The external dependencies can be installed in an &quot;ext&quot; subdirectory<br />
within the main pymol directory.</p>
<p>cd $HOME/pymol<br />
gunzip &lt; ext-0.99-src.tgz | tar -xvf -<br />
cd ext</p>
<p>**READ INSTALL in that directory for &quot;ext&quot; building instructions.**</p>
<p>Alternatively, you can put the external dependencies into a different<br />
directory and then use a symbolic link to &quot;ext&quot; in the pymol directory.</p>
<p>cd $HOME<br />
gunzip &lt; ext-0.99-src.tgz | tar -xvf -<br />
cd $HOME/pymol<br />
ln -s ../ext ext<br />
cd ext<br />
**READ INSTALL in that directory for &quot;ext&quot; building instructions.**</p>
<p>STEP(2)</p>
<p>After you have built the external dependencies, copy setup/Rules.&lt;platform&gt;<br />
to &quot;Rules.make&quot; and choose options appropriate for your configuration<br />
(here is where experience counts).</p>
<p>Unless you are planning on doing heavy PyMOL development under Linux,<br />
you should choose to make PyMOL as a Python module and not as a<br />
standalone application.</p>
<p>cd $HOME/pymol<br />
cp setup/Rules.&lt;platform&gt; Rules.make<br />
vi Rules.make</p>
<p>STEP (3)</p>
<p>&quot;make&quot; to compile.</p>
<p>cd $HOME/pymol<br />
make</p>
<p>STEP (4)</p>
<p>Copy &quot;setup/pymol.com.template&quot; to &quot;pymol&quot;.</p>
<p>Next, edit pymol so that PYMOL_PATH points to the correct location<br />
on your system.</p>
<p>cd $HOME/pymol<br />
cp pymol.com.template pymol<br />
vi pymol</p>
<p>Now you should be all set to run pymol.</p>
<p>./pymol</p>
<p>I suggest putting a link to this file into a directory in your path.</p>
<p>ln -s $HOME/pymol/pymol /usr/local/bin/pymol</p>
<p>=======</p>
<p>NOTE: If you ever want to clean up the tree<br />
&quot;make clean&quot; gets rid of all intermediate objects, etc.<br />
&quot;make distclean&quot; restores the tree to near &quot;distribution&quot; quality<br />
(NOTE: it does not remove pymol, Rules.make, pymol.csh, or the<br />
&quot;ext&quot; directory/symlink)</p>
<p>Ja was ist also zu tun?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/141788/pymol-kompilieren</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 11:54:16 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/141788.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Mar 2006 01:15:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to pymol kompilieren? on Sat, 25 Mar 2006 01:16:22 GMT]]></title><description><![CDATA[<p>Öm gibt da ein programm (paymol <a href="http://delsci.com/rel/099/" rel="nofollow">http://delsci.com/rel/099/</a>) welches kostenlos ist wenn man es selber compiliert.<br />
Soweit sogut dachte ich mir hast ja nen c++ compiler<br />
und es ist wohl auch in c++ geschrieben.<br />
Auserdem kann mein compiler es lesen;-)</p>
<p>Dummerweise ist es doch komplizierter als gedacht:<br />
Statt einer textdatei mit quellcode hab ich nämlich ein haufen ordner<br />
und andere dateien bekommen.(am besten ihr ladet euch das selbst mal runter und schaut es euch an)</p>
<p>aufjedenfalss ließt der compiler bei einer setup generic folgenden text:</p>
<p>----------------------------------------------------------------------<br />
INSTALLATION VIA COMPILATION (Generic)<br />
----------------------------------------------------------------------</p>
<p>NOTE:</p>
<p>These are the general installation instructions for a platform which<br />
has no preinstalled dependencies whatsoever. These days, that's<br />
pretty rare.</p>
<p>Most likely, you are on a commmon platform such as RedHat, or OSX, so<br />
look for a INSTALL file which specifically address your platform in<br />
the setup directory.</p>
<p>WARNING: You will need some basic knowledge of Makefiles, compilation<br />
flags, libraries, python, environment variables, and paths in order to<br />
compile PyMOL. If you don't feel comfortable with this, then try out<br />
the MS-Windows version, which you can download from the web site.</p>
<p>//das runterladen der compiliertenform ist leider kostenpflichtig:-(<br />
//und nein ch habe keine grundlegenden basic knowledge von ...<br />
//allerdings hätt ich das gern kann mir also wer schnell(befürchte mal soschnell geht das nicht)erklären wie ich dieses knwolege bekomme bw. was ich machen muss?</p>
<p>The following instructions assume you are installing PyMOL in your<br />
home directory. You can of course put it anywhere, but you will need<br />
to replace &quot;$HOME&quot; with an appropriate path.</p>
<p>STEP (1)</p>
<p>A compiled copy of the external dependencies package (&quot;ext&quot;) is<br />
required, but only needs to be downloaded once (20 MB). This package<br />
contains everything you will need to run PyMOL all in one place so<br />
that you won't have to hunt down the individual components.</p>
<p>NOTE:</p>
<p>If you already have all of the components installed elsewhere on your<br />
system, then feel free to bypass this step, but note that you will<br />
probably need to edit some configuration files in order to get that<br />
to work.</p>
<p>You will need to compile the external dependencies from the sources<br />
(currently in the file &quot;ext-0.99-src.tgz&quot;). See the ext package<br />
release notes for more information.</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=4546" rel="nofollow">http://sourceforge.net/project/showfiles.php?group_id=4546</a></p>
<p>The external dependencies can be installed in an &quot;ext&quot; subdirectory<br />
within the main pymol directory.</p>
<p>cd $HOME/pymol<br />
gunzip &lt; ext-0.99-src.tgz | tar -xvf -<br />
cd ext</p>
<p>**READ INSTALL in that directory for &quot;ext&quot; building instructions.**</p>
<p>Alternatively, you can put the external dependencies into a different<br />
directory and then use a symbolic link to &quot;ext&quot; in the pymol directory.</p>
<p>cd $HOME<br />
gunzip &lt; ext-0.99-src.tgz | tar -xvf -<br />
cd $HOME/pymol<br />
ln -s ../ext ext<br />
cd ext<br />
**READ INSTALL in that directory for &quot;ext&quot; building instructions.**</p>
<p>STEP(2)</p>
<p>After you have built the external dependencies, copy setup/Rules.&lt;platform&gt;<br />
to &quot;Rules.make&quot; and choose options appropriate for your configuration<br />
(here is where experience counts).</p>
<p>Unless you are planning on doing heavy PyMOL development under Linux,<br />
you should choose to make PyMOL as a Python module and not as a<br />
standalone application.</p>
<p>cd $HOME/pymol<br />
cp setup/Rules.&lt;platform&gt; Rules.make<br />
vi Rules.make</p>
<p>STEP (3)</p>
<p>&quot;make&quot; to compile.</p>
<p>cd $HOME/pymol<br />
make</p>
<p>STEP (4)</p>
<p>Copy &quot;setup/pymol.com.template&quot; to &quot;pymol&quot;.</p>
<p>Next, edit pymol so that PYMOL_PATH points to the correct location<br />
on your system.</p>
<p>cd $HOME/pymol<br />
cp pymol.com.template pymol<br />
vi pymol</p>
<p>Now you should be all set to run pymol.</p>
<p>./pymol</p>
<p>I suggest putting a link to this file into a directory in your path.</p>
<p>ln -s $HOME/pymol/pymol /usr/local/bin/pymol</p>
<p>=======</p>
<p>NOTE: If you ever want to clean up the tree<br />
&quot;make clean&quot; gets rid of all intermediate objects, etc.<br />
&quot;make distclean&quot; restores the tree to near &quot;distribution&quot; quality<br />
(NOTE: it does not remove pymol, Rules.make, pymol.csh, or the<br />
&quot;ext&quot; directory/symlink)</p>
<p>Ja was ist also zu tun?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1023498</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1023498</guid><dc:creator><![CDATA[Princ_of_Galaxy]]></dc:creator><pubDate>Sat, 25 Mar 2006 01:16:22 GMT</pubDate></item><item><title><![CDATA[Reply to pymol kompilieren? on Sat, 25 Mar 2006 10:39:44 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=8" rel="nofollow">Rund um die Programmierung</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1023593</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1023593</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Sat, 25 Mar 2006 10:39:44 GMT</pubDate></item><item><title><![CDATA[Reply to pymol kompilieren? on Sat, 25 Mar 2006 14:25:31 GMT]]></title><description><![CDATA[<pre><code>emerge pymol
</code></pre>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61b.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_tongue"
      title=":P"
      alt="😛"
    /></p>
<p>Im Ernst, wo liegt das Problem?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1023727</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1023727</guid><dc:creator><![CDATA[.filmor]]></dc:creator><pubDate>Sat, 25 Mar 2006 14:25:31 GMT</pubDate></item><item><title><![CDATA[Reply to pymol kompilieren? on Sun, 26 Mar 2006 16:47:23 GMT]]></title><description><![CDATA[<p>jepp, einfach oben anfangen, und unten aufhören. und bei problemen fragen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1024299</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1024299</guid><dc:creator><![CDATA[w0bb0mobil]]></dc:creator><pubDate>Sun, 26 Mar 2006 16:47:23 GMT</pubDate></item><item><title><![CDATA[Reply to pymol kompilieren? on Sun, 26 Mar 2006 20:20:11 GMT]]></title><description><![CDATA[<p>Wenn du zu faul zum Lesen bist, dann lass es bleiben. Ich les mir doch jetzt nicht diese 4 Seiten dadurch, will ich es installieren oder du? Stell eine konkrete Frage dann gibts vielleicht auch ne konkrete Antwort aber so nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1024447</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1024447</guid><dc:creator><![CDATA[Sorge]]></dc:creator><pubDate>Sun, 26 Mar 2006 20:20:11 GMT</pubDate></item></channel></rss>