2020-07-08 07:14:54 UTC, Eric Gourgoulhon:
>
> 2020-07-07 22:56:55 UTC, Justin C. Walker:
>>
>>
>> So today, I dutifully did the same thing (for beta3). However,
>> once getting the repository in place, there was no “./configure”.
>
> You should run
>
> make configure
>
> first. In other words, the full build process from scratch is
>
> git clone https://github.com/sagemath/sage.git
> cd sage
> make configure
> ./configure
> MAKE="make -j8" make
>
On macOS there's one extra step if you have Homebrew:
URL='https://github.com/sagemath/sage.git'
git clone $URL
cd sage
. ./.homebrew-build-env
make configure
./configure
make
--
You received this message because you are subscribed to the Google Groups
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-release/42b6eb2a-d692-498f-a18f-1c80d39a54cdo%40googlegroups.com.