[MonoDevelop] How to update Monodevelop from the SVN

Sanford Armstrong sanfordarmstrong at gmail.com
Sat May 19 13:37:13 EDT 2007


You seem to be on Ubuntu or Debian.  Make sure you have automake1.9 installed.

Do this once:
sudo apt-get build-dep monodevelop (gets all the dependencies)
svn co [whatever the anonsvn url is] [wherever you want to check it out to]

When you want to update:
cd [wherever you checked it out to]
svn up (updates to latest code from SVN)
./autogen.sh (add " --prefix=/usr" to this line if you want to
overwrite the default MD install)
make (compiles everything)
sudo make install (installs everything)

I'm sure this is documented somewhere (also there's a page on the
Ubuntu wiki to help you with doing this for any app), but I'm lazy and
hopefully this will get you started.

Sandy

On 5/19/07, MRNoblestone <mrnoblestone at gmail.com> wrote:
> I am still a a noob to Linux, Ubuntu, and certainly to Monodevelop, and
> have next to no experience with updating anything from the latest
> SVN.    I am trying to do some bug reporting, however, and would like to
> update MD regularly as fixes appear.
> Would someone please consider giving me a patient, step-by-step
> instruction for how this can be done, including all critical links,
> terminal commands, etc.  I am quite sure the post would be used by many
> in the future.
>
> If there's a page for this I could not locate it.
>
> I have "build-essentials" already on my system, so I assume I am ready
> to run a make file, but that's about all I understand.  Please be gentle
> with me  :)
>
> Thanks in advance.
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>


More information about the Monodevelop-list mailing list