tomboy-notes / tomboy

This is the legacy development for Tomboy.
http://projects.gnome.org/tomboy
GNU Lesser General Public License v2.1
126 stars 25 forks source link

Addition to building instructions on wiki #14

Closed davidbannon closed 8 years ago

davidbannon commented 8 years ago

https://wiki.gnome.org/Apps/Tomboy/Developers gives build instructions, one step of which (for Ubuntu) is to run sudo apt-get build-dep tomboy That command requires access to src packages, unfortunately, in a new install of Ubuntu, the src repositories are disabled. I suggest we add a note before there suggesting the user enable at least one src repo. eg - On ubuntu, the package manager requires access to a source repository. If you have not already done so, you can enable this from the Control Center -> Software & Updates -> Ubuntu Software and tick "Source Code" or directly edit sources.list uncommenting an appropriate src line.

sudo vi /etc/apt/sources.list

Please comment. David

alex-ter commented 8 years ago

Looks good to me as well. Let's sort out your wiki permissions, so that yoi can add it by yourself. As you've mentioned it still doesn't work for you, so I'll check it out today or tomorrow and get back to you.

alex-ter commented 8 years ago

Okay, as we've finally worked permissions out for you David and we have a consensus over the change (thanks @trepidity for your feedback!), feel free to get this change in.

davidbannon commented 8 years ago

OK, done that.

Reminder to self - next time we play with that page, replace 'username' with $USER in the commands to simplify things a bit.