Skip to content

iebb/Maban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix-Asgn-BAtchdl-Nodejs

=======

Binaries

Precompiled Binaries

There are some precompiled binaries (using enclose) for you:

windows-32bit 12.4 MiB

windows-64bit 15.5 MiB

You only need to execute it.

Compile Yourself

To Compile using enclose:

npm install
npm install -g enclose
enclose dl.js

=======

Source

Need node.js to run. [download v5.10.1 for windows]

Windows: npm install && npm start, or simply use run.bat.

Linux / Mac OS: npm install && npm start.

Note:

npm install is only for installing dependencies so you can just use npm start for the next time.

For Windows users there's a run.bat does npm install && npm start.