Monday, 3 October 2011

How to install Dart Programming language

How to  install Dart Programming language.
Dart is built using much of the same tools as Chromium, so the steps here are similar to what you'll find for setting that up. If your machine is already setup to build Chromium you should be good to go and can skip the steps below.
If you want to use git, install that, along with git-svn (which should be included with your git install).

Linux Machines

  1. Install the Linux build prerequisites. In particular you might need to install the 32-bit libraries on a 64-bit Linux system by following the Automated Setup instructions:
  2.   $ wget http://src.chromium.org/svn/trunk/src/build/install-build-deps.sh
      $ source install-build-deps.sh
  3. Install depot tools, adding it to your PATH environment variable:
  4.   $ cd <directory where you want the depot_tools to live>
      $ svn co http://src.chromium.org/svn/trunk/tools/depot_tools
      $ export PATH=$PATH:`pwd`//depot_tools
Other notes:
  1. If the include directory /usr/include/openssl/ is missing, you need to install the libssl-dev package (sudo apt-get install libssl-dev).
  2. More details can be found in chromium's build instructions for linux.

Mac Machines

  1. Install Xcode (we highly recommend Xcode 3.2)
  2. Install depot_tools by following the Chrome Mac Build Instructions.

Windows Machines

Development on Windows is currently only just getting started. You can try by setting up your machine according to the Chromium Windows build instructions. All you really need from there is a version of Visual Studio and the depot_tools.

1 comment:

  1. Just I need to start DART coding. How I can Start. Please tell me Step by Step. I use windows machine.

    ReplyDelete