Skip to content

Building

Cedric LACZNY edited this page Sep 4, 2014 · 1 revision

Building VizBin

This documentation is outdated and has to be updated.

To build the project simply go to the VizBin/ directory and type make. This will build the dimension reduction binaries and then build VizBin executables. After successful build of the project run make install. This will copy VizBin-dist.jar to the VizBin/ directory. Now you can run VizBin by executing the following command: java -jar VizBin-dist.jar or double-clicking on the VizBin-dist.jar file.

Building the dimension reduction binary

VizBin is based on C/C++ code which is compiled into a binary to allow fast computation of the two-dimensional embeddding. Should you be interested in modifying the underlying source code, you will simply have to run make in the VizBin/bh_tsne directory to recompile the code integrating your modifications.

Building the Java GUI

Should you have made changes to the Java code and would now like to create a distributable .jar file, you simply have to run make command in VizBin/ directory.