Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Third System Simulations project: Brownian Motion

Notifications You must be signed in to change notification settings

juanmbellini/brownian-motion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brownian Motion Build Status

Third System Simulations project: Brownian Motion

Getting started

These instructions will install the system in your local machine.

Prerequisites

  1. Clone the repository, or download source code

    $ git clone https://github.com/juanmbellini/brownian-motion
    

    or

    $ wget https://github.com/juanmbellini/brownian-motion/archive/master.zip
    
  2. Install Maven, if you haven't yet

    Mac OS X

    $ brew install maven
    

    Ubuntu

    $ sudo apt-get install maven
    

    Other OSes

    Check Maven website.

Installing

  1. Change working directory to project root (i.e where pom.xml is located):

    $ cd <project-root>
    
  2. Let maven resolve dependencies:

    $ mvn dependency:resolve -U
    
  3. Create jar file

    $ mvn clean package
    

    Note: The jar file will be under <project-root>/target

Usage

You can run the simulation with the following command:

$ java -jar <path-to-jar> [arguments]

Authors

About

Third System Simulations project: Brownian Motion

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages