Hi, Is it possible to make a tuto to compile MyRobotLab ?
Sorry but the readme file it is not enough.
I download ant and i put the path --> OK
i download ivy, but where can i put ivy ?
I download myrobotlab and repo and i put together in d:/dev --> OK
So i have:
d:/dev/myrobotlab and d:/dev/repo --> OK
You can see result in my file.
Thank you
Dom
git
you need git installed and available in your classpath.
https://git-scm.com/downloads
This is because the build script checks to see if the repo directory is available.
The error message in your screen capture shows that "git" is not found.
If git is installed, and added to your Path, you should be able to run "git" at the command prompt to checkout the code.
This is how you normally clone a github project.
OK thank you. But i have
OK thank you.
But i have another problem.
It say "gson-2.8.3.jar doesn't exist."
Dom
When i do this: "git clone
When i do this:
"git clone https://github.com/MyRobotLab/repo.git"
and this:
"git clone https://github.com/MyRobotLab/myrobotlab.git"
it is the master branch cloning. But how can i do for develop branch ?
Dom
It is OK, now i can compil
It is OK, now i can compil MRL.
I have just: env.TRAVIS_BRANCH for version number.
Thank you.
Dom