Re: the state of the build and install instructions

2020-05-14 Thread Will Coleda
https://github.com/rakudo/rakudo/issues/3693 On Thu, May 14, 2020 at 5:11 PM Parrot Raiser <1parr...@gmail.com> wrote: > > Working with p.spek p.s...@tyil.nl on a revised Rakudo Star we > encountered a problem with the Configure step; it might be worthwhile > contacting him to coordinate any chang

Re: the state of the build and install instructions

2020-05-14 Thread Parrot Raiser
Working with p.spek p.s...@tyil.nl on a revised Rakudo Star we encountered a problem with the Configure step; it might be worthwhile contacting him to coordinate any changes. On 5/14/20, Will Coleda wrote: > I think it's out of date, yes. > > Need a "make install" to install the binaries (by defa

Re: the state of the build and install instructions

2020-05-14 Thread Will Coleda
I think it's out of date, yes. Need a "make install" to install the binaries (by default to ./install). Previous versions of the build left a copy in ./perl6 but that hasn't been the case for a while. Thanks for the ping, we'll open a ticket to get INSTALL.txt updated. On Thu, May 14, 2020 at 4:2

Re: the state of the build and install instructions

2020-05-14 Thread Elizabeth Mattijsen
Personally, I always do: perl Configure.pl --gen-moar --gen-nqp --make-install > On 14 May 2020, at 22:08, Joseph Brenner wrote: > > I'm having trouble doing a build of raku from github. Could it > be the INSTALL.txt file is out-of-date? > > I was trying to build a "bleeding edge" Raku us

the state of the build and install instructions

2020-05-14 Thread Joseph Brenner
I'm having trouble doing a build of raku from github. Could it be the INSTALL.txt file is out-of-date? I was trying to build a "bleeding edge" Raku using the instructions here: https://github.com/rakudo/rakudo/blob/master/INSTALL.txt So I thought I'd just need to do this: cd /home/doom/End