Sophie

Sophie

distrib > Mandriva > cooker > i586 > by-pkgid > eede1088262777189a3d3f16cb3dc560 > files > 238

garlic-1.6-6.i586.rpm

<html>

<head>
<title>
Compiling Garlic on Apple McIntosh
</title>
</head>

<h1 align=center>

Compiling Garlic on Apple McIntosh

</h1>

<hr size="3">

<font size="-1" color="red">
garlic,
free molecular viewer and editor,
free molecular visualization program,
protein structure, DNA structure, PDB,
molecular rendering, biological macromolecule,
Unix, Linux, free software download, open source software,
Damir Zucic.
</font>

<hr size="3">


<a href="http://www.macinchem.fsnet.co.uk/macosx.htm">
Here
</a>
you can read how to compile garlic for Apple MacIntosh running
<a href="http://www.tenon.com/products/xtools/">
Xtools from Tenon
</a>
. I would like to thank Chris from Macinchem for this contribution.
Chris is also porting other chemistry related programs to Apple MaxIntosh.
Please visit his Macinchem site:
<br>
<a href="http://www.macinchem.fsnet.co.uk/macosx.htm">
http://www.macinchem.fsnet.co.uk/macosx.htm
</a>


<hr size="3">


If you don't have access to Chris site, here is the important part:
<br><br>


<pre>
... This was my first port, it requires X-Tools from Tenon.
Minor modifications of the Makefile allow compilation ...

        CC = gcc 

        CCOPT = -O -I/usr/X11R6/include

        #CCOPT = -O3

        #CCOPT = -ansi -pedantic -O -Wall -Wstrict-prototypes -g3

        headERS = defines.h typedefs.h

        LIBPATH = -L/usr/X11R6/lib

        LINKOPT = -lX11 -lm
</pre>

<hr size="3">

</html>