Skip to content
This repository was archived by the owner on Mar 21, 2021. It is now read-only.

Running on Windows

Audio edited this page Feb 3, 2012 · 5 revisions

Requirements

You must have installed Apache Ant and Java JDK.

Bashoid currently requires Java 7 to be installed.

Building the project

  1. download and extract all project files to some directory (DIR)
  2. open the command line, change working directory to DIR
cd <DIR>
  1. run the following command
ant jar

Running

In the same directory as mentioned above, run the following command:

ant run
Clone this wiki locally