repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: SpatialOmicsCoord.py
[GalaxyCodeBases.git]
/
c_cpp
/
etc
/
mbuffer
/
INSTALL
blob
3843473d6c20c5bf9d615b2def5c65054a86492f
1
# To install run
2
./configure
3
4
# with the options you desire.
5
# To get a list of the possible options, run:
6
./configure --help
7
8
# possible options are
9
./configure --enable-debug --enable-networking --disable-multivolume
10
11
# Then just do a:
12
make && make install