Skip to content

Commit

Permalink
Included windows compilation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
joandrews33 committed Aug 18, 2016
1 parent 89044a9 commit 427c4d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ To perform FastJet Hierarchical Clustering, the FastJet code must first be compi
To use the Hierarchical Clustering feature,
Compile the FastJetTree.cc code.

For Unix systems, this can be done using g++. cd into the qSR/SpatialClustering/BioJet/FJCore/fjcore-3.2.0/ and call
g++ -O BioJetsTree.cc fjcore.cc -o BioJetsTree
For Unix systems, this can be done using g++. cd into qSR/SpatialClustering/BioJet/FJCore/fjcore-3.2.0/ and call
g++ -O BioJetsTree.cc fjcore.cc -o BioJetsTreeUnix

In Windows, the code should be compiled using MinGW. The gcc and std c++ libraries should be statically linked. cd in qSR/SpatialClustering/BioJet/FJCore/fjcore-3.2.0/ from the minGW command line and call
g++ -static -static-libgcc -static-libstdc++ -O BioJetsTree.cc fjcore.cc -o BioJetsTree

0 comments on commit 427c4d7

Please sign in to comment.