On Wed, Feb 17, 2021 at 11:31 AM Nathan Hartman <hartman.nat...@gmail.com>
wrote:

> On Wed, Feb 17, 2021 at 11:12 AM Alan Fry <ttlx0...@gmail.com> wrote:
> > For all that helped w/ the Linux build, thank you, I have a set of
> > repeatable build instructions for Subversion on linux.  If there is
> > value, I'd be happy to post those.  I verified those instructions
> > last night, building from ground up a VM that builds and
> > successfully runs 'make check'.
>
> Yes, please do! It will likely help others. Also perhaps others will
> chime in and offer suggestions on easier ways to do some things.
>

Sure.  For anyone who would like them, they are below.  Note that I have
not formatted them, so maybe soon I'll write up a nice html/markdown for
them.

-------------------- start

To generate a virtual machine that builds SVN
Download iso: ubuntu-20.04.2-desktop-amd64.iso

<Steps to install Virtualbox 6.1>

Create a new virtual machine in Virtualbox
Name:  SVN Build
OS: Linux / Ubuntu 64bit
4096MB of ram
virtual hard disk
VDI (Virtualbox Disk image)
Dymanic allocated
Max 200g

Select your VM and click settings:

System tab:
Deselect floppy
Set to 4 processors

Display Tab:
Set video memory to 128k

Start
Select ubuntu-20.04.2-desktop-amd64.iso at boot

<basically, go through the install with defaults>

At install complete, let the system reboot

When it comes back up, install guest additions <optional but helps>:

$ sudo add-apt-repository multiverse
$ sudo apt install virtualbox-guest-dkms virtualbox-guest-x11

restart machine

Your VM machine is now setup.  Log in as the user you have setup.

Reply via email to