Difference between revisions of "Build the Toolchain"

From Rigol Homebrew Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
== Download and install the Rigol toolchain ==
 
== Download and install the Rigol toolchain ==
 +
 +
Install git if needed:
 +
 +
sudo apt-get install git 
  
 
To get the latest version of the toolchain, simply checkout the appropriate git repository with the line:
 
To get the latest version of the toolchain, simply checkout the appropriate git repository with the line:
Line 5: Line 9:
 
  git clone git://github.com/krater/rigol-toolchain.git
 
  git clone git://github.com/krater/rigol-toolchain.git
  
Switch to the resulting directory and start a make with
+
Switch to the resulting directory:
  
 
  cd rigol-toolchain
 
  cd rigol-toolchain
  
Execute the install script, this will install all required packages and install the tool chain on your system.
+
Execute the install script, this will install all required packages and install the tool chain on your system:
  
 
  ./install.sh
 
  ./install.sh

Latest revision as of 13:20, 26 June 2012

Download and install the Rigol toolchain

Install git if needed:

sudo apt-get install git  

To get the latest version of the toolchain, simply checkout the appropriate git repository with the line:

git clone git://github.com/krater/rigol-toolchain.git

Switch to the resulting directory:

cd rigol-toolchain

Execute the install script, this will install all required packages and install the tool chain on your system:

./install.sh


Now you are prepared for patching your firmware and building the examples.



Next step: Patch_your_Firmware