FALCON
FALCON copied to clipboard
No rule to make target 'install'
when i run make install it output " No rule to make target 'install'" how can i solve it
@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
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~.