iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: http://github.com/erlange/wbm-dl/wiki/03.-Installation
03. Installation Β· erlange/wbm-dl Wiki Β· GitHub
Skip to content

03. Installation

Eri Airlangga edited this page Apr 14, 2021 · 2 revisions

Installation

Stand Alone Exexutable

  • Download the latest executable here or choose from the available versions here

Source Code

  • Download the ZIP file or clone this repository:
    mkdir [your-directory]
    cd [your-directory]
    git clone https://github.com/erlange/wbm-dl.git
    cd wbm-dl
    dir
    
    Then you can open the .sln and build the solution file with Visual Studio.
  • From Visual Studio, run this command from the Package Manager Console window:
    PM> Install-Package CommandLineParser -Version 2.6.0
    
Clone this wiki locally