Login  Register

Re: New user build report

Posted by maqifrnswa on Oct 06, 2011; 4:07am
URL: https://forum.librecad.org/New-user-build-report-tp4860228p4875125.html

On Wed, Oct 5, 2011 at 10:46 PM, edvard [via LibreCAD]
<[hidden email]> wrote:
> OK, I'll do what I can.
> I'm not much for coding, but I can test things as I go along.
> Looks like I'm going to have to learn some git as well, beyond simply
> pulling sources.
> I'll get on IRC when I can, thanks for the link.

thanks for helping. As a heads up, the new git code requires
libboost-dev to be installed on Debian systems before compiling. This
is a new change, as of today/yesterday.

The only git commands you'll need are
$ git clone <repo address>
and
$ git pull

the first one will copy it to you, the second one will update any changes.