Hi Peppe,
This means you need to install NUnit.
http://nunit.org/
By the way, which version of MonoDevelop and which version of Mono do you use?
Can you build all parts of the project except for Tests and Programs/MovieDemo?
You can do this by either hitting F7 in each of the sub-projects, or
by removing the two parts from the solution file.
Installing 'make' does not make too much sense on Windows, I guess,
except if you want to replicate a complete Unix development
environment, which you'd do with cygwin.
Perl for Windows can be downloaded here: http://strawberryperl.com/
make calls a Unix shell script file, which usually cannot be run on Windows.
Instead, we _could_ have a Windows .bat file that essentially does the
same, but runs on Windows.
At least, that's what I thought when I answered your first e-mail.
Now I am not so sure any more, because we cannot assume that "wget"
and "unzip" are readily available on Windows.
Sorry for that.
Instead, we would need to rewrite the script e.g. in Perl or C#, not
use those programs, to be portable.
I added a ticket for this to our issue tracker:
https://github.com/zenogantner/MyMediaLite/issues/126
Alas, I currently do not have the time to do this; so if anybody has
some free time and skills: step up - it should not be too hard.
However, you can re-create the steps in the scripts (attached):
Download
http://www.grouplens.org/system/files/ml-1m.zip
ftp://ftp.fu-berlin.de/pub/misc/movies/database/german-aka-titles.list.gz
Unzip the two files with whatever archiving program you have (e.g. WinZip).
The IMDB stuff should go into
data\imdb
the MovieLens stuff into
data\ml-1m
Then run
perl scripts/import_dataset.pl --separator=:: data/ml-1m/ratings.dat >
data/ml-1m/ratings.txt
Please let me know whether you have problems running the perl script.
Not necessarily. MovieDemo must be the current project. It does not
have to be exactly that file.
If you then hit ctrl-F5, you run that project.
No problem. Do not hesitate to ask if you have more problems.
From your feedback, we will try to improve the documentation so that
the next guy coming along will have less trouble...
Cheers,
--
Zeno Gantner
Machine Learning Lab
University of Hildesheim
Tel. +49 5121 / 883 856
http://www.ismll.uni-hildesheim.de/
MyMediaLite Recommender System Library: http://ismll.de/mymedialite