cole-trapnell-lab / Scribe

Regulatory networks with Direct Information
16 stars 6 forks source link

How to install this in windows terminal? #12

Closed XiaomeiLi1 closed 5 years ago

XiaomeiLi1 commented 5 years ago

Dear Xiaojie, I try to install scribe in r (windows), and I got the following error: Warning in system(cmd) : 'make' not found ERROR: compilation failed for package 'Scribe'

Could you please tell me how to install it in windows? Thanks Xiaomei

Xiaojieqiu commented 5 years ago

Hi Xiaomei,

I don't use windows system much these days but it seems like an issue from the c++ compiling system.

Can you try to build the package in command line (go to the parent directory of Scribe folder and run):

R CMD build Scribe # this build the Scribe package