version 1.8, 2001/01/17 11:57:59
|
version 1.9, 2001/01/17 12:00:49
|
Line 77 file does.
|
Line 77 file does.
|
<FONT COLOR="#008800"> |
<FONT COLOR="#008800"> |
<PRE> |
<PRE> |
cd loncom/build |
cd loncom/build |
rm -Rf HTML <I>(or alternatively, "make clean")</I> |
make build |
make HTML |
|
cd HTML |
|
<I>(look at the index.html file with a web browser such as Netscape)</I> |
|
</PRE> |
</PRE> |
</FONT> |
</FONT> |
<STRONG>General description of what happens</STRONG> |
<STRONG>General description of what happens</STRONG> |
Line 106 all the software targets from source. T
|
Line 103 all the software targets from source. T
|
<P> |
<P> |
Here is information for one file <TT>tth.so</TT> provided in |
Here is information for one file <TT>tth.so</TT> provided in |
<TT>doc/loncapafiles/loncapafiles.html</TT>. |
<TT>doc/loncapafiles/loncapafiles.html</TT>. |
<FONT COLOR="#660033"> |
<FONT COLOR="#330066"> |
<PRE> |
<PRE> |
<BR><METAGROUP> |
<BR><METAGROUP> |
<BR><LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/tth.so" TARGET="usr/lib/perl5/site_perl/5.005/tth.so" CATEGORY="system file"> |
<BR><LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/tth.so" TARGET="usr/lib/perl5/site_perl/5.005/tth.so" CATEGORY="system file"> |
Line 130 besides documentation).
|
Line 127 besides documentation).
|
<P> |
<P> |
Here is an example of a dynamically generated <TT>Makefile.build</TT> |
Here is an example of a dynamically generated <TT>Makefile.build</TT> |
that builds two LON-CAPA files (one of which is <TT>tth.so</TT>. |
that builds two LON-CAPA files (one of which is <TT>tth.so</TT>. |
<FONT COLOR="#660033"> |
<FONT COLOR="#330066"> |
<PRE> |
<PRE> |
all: ../homework/caparesponse/capa.so ../modules/TexConvert/tthperl/tth.so |
all: ../homework/caparesponse/capa.so ../modules/TexConvert/tthperl/tth.so |
|
|