FALCON icon indicating copy to clipboard operation
FALCON copied to clipboard

No rule to make target 'install'

Open dezbracaty opened this issue 8 years ago • 2 comments

when i run make install it output " No rule to make target 'install'" how can i solve it

dezbracaty avatar Mar 17 '17 13:03 dezbracaty

@dezbracaty

There is no make install step.

export GIT_SYM_CACHE_DIR=~/.git-sym-cache # to speed things up
git clone git://github.com/PacificBiosciences/FALCON-integrate.git
cd FALCON-integrate
git checkout master  # or whatever version you want
make init
source env.sh
make config-edit-user
make -j all
make test  # to run a simple one

wsuplantpathology avatar Mar 17 '17 22:03 wsuplantpathology

ok , i try it . thank you very much . and can you tell me some guide to install Falcon and use it ? I have no environment and no dependent software , can you help me ? thank you~.

dezbracaty avatar Mar 18 '17 02:03 dezbracaty