BlueT - Matthew Lien - 練喆明 <bluet <at> bluet.org> writes:
> I understand that >=1.12 might be better than 1.11, but is there > something we can do to make it support both? > Or should we just tag it as 'Building Guix from git source is not > supported on Ubuntu' ? I think it's better to invest resources in making a bootable distribution soon and you should try to fix Ubuntu, probably the easier way is: Install with GSRC: http://www.gnu.org/software/gsrc/gsrc.html And add the paths: For bash: cat 'export PATH=$PATH:~/gnu/bin'>>.bashrc cat 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/gnu/lib'>>.bashrc For dash: cat 'export PATH=$PATH:~/gnu/bin'>>.profile cat 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/gnu/lib'>>.profile
