Changeset 469 for trunk

Show
Ignore:
Timestamp:
06/25/2009 07:30:17 PM (3 years ago)
Author:
powell
Message:

This was mising a "compiling" section, now it's got one.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/ternary.tex.in

    r466 r469  
    4545temperature-composition ternary phase diagram.  It would also be nice to have 
    4646these functions in a library, so other programs could call them. 
     47 
     48\section{Compiling {\tt Ternary}} 
     49 
     50To compile {\tt Ternary}, you need the qhull library and geomview program, as 
     51well as a C compiler.  On Ubuntu, installing the {\tt build-essential}, {\tt 
     52  libqhull-dev} and {\tt geomview} packages satisfy this. 
     53 
     54Next, unpack the .tar.gz source archive by typing (at the command line): 
     55\begin{quote} 
     56  \tt tar xzf Ternary-[version].tar.gz 
     57\end{quote} 
     58Configure and compile it using: 
     59\begin{quote} 
     60  \tt ./configure\\ 
     61  make 
     62\end{quote} 
     63Then you can run the {\tt ternary} and {\tt square} binary executables.  Modify 
     64them by changing the parameters at the top of {\tt ternary.c} and {\tt 
     65  square.c} and re-compiling it using {\tt make} again. 
    4766 
    4867\section{How it works}