Help for this page

Select Code to Download


  1. or download this
    o conf make_install_make_command    'su root -c make'
    o conf mbuild_install_build_command 'su root -c ./Build'
    
  2. or download this
    o conf make_install_make_command    'sudo make'
    o conf mbuild_install_build_command 'sudo ./Build'
    
  3. or download this
    o conf make_install_make_command    'sudo -u root make'
    o conf mbuild_install_build_command 'sudo -u root ./Build'
    
  4. or download this
    o conf commit