Using Monogame in opensource

hello, i’m getting some troubles using the monogame in opensource… I create the project with monogame template, then I added the project of monogame and set as a reference, but, when I run the project , the error is “MonoGame.Framework.dll” was not found, and when I go to the source and try to build the projects to generate the dll, just does’nt work… So, how can I use the monogame in “opensource mode” ?

~"to build the projects to generate the dll, just does’nt work… "
you just have to make it work.

I know but, how i’ll generate the dll if I dont have the dll ? this dont make sense, the project needs the dll for build the dll, wtf

@khofez - This might help…

http://www.monogame.net/documentation/?page=Setting_Up_MonoGame_Source

What type of errors did you get when you tried to build the monogame project?