Changes

Jump to: navigation, search
Building the SDK
=== Preparing the building environment ===
* Ubuntu cross-toolchain for ARM has to be installed, using <code>apt-get</code>
sudo apt-get install g++-arm-linux-gnueabihf g++-multilib zip
=== Building the SDK ===
The git repository from Google source can be cloned
Receiving objects: 100% (51219/51219), 37.00 MiB | 3.71 MiB/s, done.
Resolving deltas: 100% (37978/37978), done.
dvdk@vagrant:~/dart$ export PATH="$PATH:$PWD/depot_tools"
dvdk@vagrant:~/dart$
</pre>
* ''for building'' the SDK, a dedicated Python script can be used
<pre>
export PATH="$PATH:$PWD/depot_tools"cd dart-sdk/sdk
./tools/build.py
</pre>
8,154
edits

Navigation menu