jcastro-inf / delfos

delfos: DEveLopers' Framework of Suggestions is a recommender systems library that has a number of recommendation algorithms, datasets, experimentation protocols and metrics to perform experiments to evaluate and compare recommendation techniques.
2 stars 1 forks source link

Project build: Dependencies not downloading #8

Open imenbouhdida opened 8 years ago

imenbouhdida commented 8 years ago

Hi, Please i downloaded your project in order to modify it to make my own recommendation but the project is not complete there are some missing packages. So please can u send me the complete version of the project with all the packages?

jcastro-inf commented 8 years ago

Sorry for taking such a long time to answer. I don't know why, but all the emails from github are in my spam folder.

Regarding the missing dependendencies, I will add a script that downloads the dependencies and builds them in the local maven repo in order to build the delfos library

jcastro-inf commented 8 years ago

As I use commons-math4, there is no official repository for pulling the code from apache.

I tried to use jitpack.io, but the dependency management is not working out of the box.

Will create a script to manage this situation

jcastro-inf commented 8 years ago

Now the project has been fixed.

Download the project. execute ./build-install.sh

It will automatically download all dependencies to your machine and build the project.

jcastro-inf commented 8 years ago

Now the project should compile without problems using the ./build-install.sh script