mirror of
https://github.com/torproject/collector.git
synced 2025-02-21 10:10:48 +00:00
Update manual to use Ant for building.
This commit is contained in:
parent
1891e9d597
commit
818776755f
BIN
doc/manual.pdf
BIN
doc/manual.pdf
Binary file not shown.
@ -85,6 +85,17 @@ $ java -version
|
|||||||
$ javac -version
|
$ javac -version
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
|
\subsection{Ant 1.7}
|
||||||
|
|
||||||
|
ERNIE comes with an Ant build file that facilitates common build tasks.
|
||||||
|
If you want to use Ant to build and run ERNIE, install Ant and check its
|
||||||
|
installed version (tested with 1.7):
|
||||||
|
|
||||||
|
\begin{verbatim}
|
||||||
|
$ sudo apt-get install ant
|
||||||
|
$ ant -version
|
||||||
|
\end{verbatim}
|
||||||
|
|
||||||
\subsection{R 2.8 and ggplot2}
|
\subsection{R 2.8 and ggplot2}
|
||||||
|
|
||||||
ERNIE uses R and the R library \emph{ggplot2} to visualize anaylsis
|
ERNIE uses R and the R library \emph{ggplot2} to visualize anaylsis
|
||||||
@ -318,12 +329,11 @@ RelayDescriptorDatabaseJDBC
|
|||||||
|
|
||||||
Now you are ready to actually import relay descriptors using ERNIE.
|
Now you are ready to actually import relay descriptors using ERNIE.
|
||||||
Create a directory for Java class files, compile the Java source files,
|
Create a directory for Java class files, compile the Java source files,
|
||||||
and run ERNIE.
|
and run ERNIE. All these steps are performed by the default target in the
|
||||||
|
provided Ant task.
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
$ mkdir bin
|
$ ant
|
||||||
$ ./compile.sh
|
|
||||||
$ ./run.sh
|
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
Note that the import process might take between a few minutes and an hour,
|
Note that the import process might take between a few minutes and an hour,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user