bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: First time guix build


From: Ludovic Courtès
Subject: Re: First time guix build
Date: Tue, 22 Jan 2013 23:02:51 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Hello,

Alex Sassmannshausen <address@hidden> skribis:

> I'm trying my hand at building guix and have run into some
> problems. I've cloned the git repository à la:
> $ git clone git://git.savannah.gnu.org/guix.git
> followed by 
> $ cd guile; autoreconf -vif
> $ ./configure && make

You actually need to run the ./bootstrap script instead of ‘autoreconf’.

It does a couple more things: it initializes a Git sub-module that
points to the Nix repo, and copies the subset of Nix source code that we
need in the nix/ directory.

Let us know how it works!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]