Welcome to MrOrange - Help Page!


Advanced/Compile options for Linux:

    Linux (linux_sh)

  • How to compile:
    • Download source code for client_linux_sh_source_X.XX.tar.bz2

      tar xvfj client_linux_sh_source_X.XX.tar.bz2

    • build curl:
        you need to place a curl binary in builder/ directory:

      • Take a look at the curl project:
        http://curl.haxx.se
      • Downlad source code and extract it.
      • Run configure with parameters shown in tools/curl.configure file,
        it will help you to create a static (portable) and small (in size) curl binary!:
        (Need a more small version? compress with UPX)

    • ./build

    • you have your client_mac_sh_X.XX.sh installer for Mac OSX ready!

  • How to build servers name/ips inside installable?
    • Edit builder/MrOrange-install.sh and change:

      DefaultOrderServer="localhost"
      DefaultEmergencyServer="127.0.0.1"

    • Compile

  • How to make installation not to ask for servers?
    • Edit builder/MrOrange-install.sh and change:

      Ask_for_servers_during_installation="false";

  • How to change installable name?
    • Just rename client_mac_sh_X.XX.sh :)

  • How to change binary name (MrOrange.sh)?
    • Edit builder/MrOrange-install.sh and change:

      BinaryName='MrOrange'
      BinaryExtension='.sh'

    • Edit builder/MrOrange.sh and change:

      BinaryName='MrOrange'

    • rename MrOrange.sh file

    • Compile

Go back to help main page.