Changes between Version 3 and Version 4 of Installation/Build


Ignore:
Timestamp:
Jul 11, 2011 12:07:45 PM (13 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/Build

    v3 v4  
    2222 sudo make reinstall                                                                                                         
    2323}}}                                                                                                                         
     24
     25== Building the testbed software ==
     26
     27Create a build user of your choice on boss and users.  If you are unfamiliar with FreeBSD, the process for creating users is laid out in the [http://www.freebsd.org/doc/handbook/ FreeBSD handbook].
     28
     29Login as this user and clone the testbed repository:
     30
     31{{{
     32su -l <builduser>
     33git clone tardis.deterlab.net:/var/local/git/testbed
     34}}}
     35
     36Create the object tree directory.
     37
     38{{{
     39mkdir ~<builduser>/obj
     40}}}
     41
     42Now go into the ~<builduser>/obj directory.
     43
     44{{{
     45../testbed/configure --with-TBDEFS=/home/jjh/testbed/defs-<your defs>
     46}}}
     47
     48This will create the object tree for the testbed.
     49