Skip to content

anwar-hegazy/myrobotlab

 
 

Repository files navigation

myrobotlab

Open Source Java Framework for Robotics and Creative Machine Control

Dependencies

This project depends on another project which has the many libraries needed to compile MRL.

Building Project

MyRobotLab builds (currently) by using the java build tool called "ant" and the dependency manager "ivy"

Download ant & ivy from
http://ant.apache.org/bindownload.cgi http://ant.apache.org/ivy/download.cgi

(Locally, I'm using ivy version 2.2.0 and ant version 1.8.2 , but other/newer versions shoudl work.

Unzip the apache and ant downloads and add the "bin" directories to your path (to make it easier)

Next, clone the myrobotlab and the repo projects.

create a directory to clone the repositories in "mkdir c:\dev" "cd dev" "git clone https://github.com/MyRobotLab/myrobotlab.git' "git clone https://github.com/MyRobotLab/repo.git"

Now,

cd "c:\dev\myrobotlab"

run

"ant dist"

This should produce a build for you. the new "myrobotlab.jar" file will be located at

myrobotlab/dist/lib/myrobotlab.jar

About

Open Source Java Framework for Robotics and Creative Machine Control

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.6%
  • Other 2.3%
  • Propeller Spin 0.4%
  • Processing 0.2%
  • HTML 0.2%
  • Roff 0.2%
  • Python 0.1%