What is DLTK?
Dynamic Languages Toolkit (DLTK) is a tool for vendors, researchers, plug-in or tool writters and end-users who rely on dynamic languages. DLTK is comprised of a set of extensible frameworks designed to reduce the complexity of building full featured development environments for dynamic languages such as PHP, JavaScript and Perl. Dynamic Languages Toolkit 2.0 requires Eclipse Platform 3.5 or later[3].
Let’s Install DLTK to Eclipse
1. Open eclipse
2. go to ‘Help’ –> ‘Install New Software’
3. Then you will get pop up window "Install"
In there click "Add" button
4. In there give
"dltk1" as name and
"Location" as http://download.eclipse.org/technology/dltk/updates-dev/4.0-nightly/
http://download.eclipse.org/technology/dltk/updates-dev/4.0-nightly/ is the URl for nightly builds in DLTK[1]
you will need restart for Eclipse at the end of the installing and it will be informed from popup message
If you wish build it from source code you can achieve it easily.
Here is git for DLTK core Source :
[2] git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.core.git
references
[1] http://www.eclipse.org/dltk/install.php
[2] http://git.eclipse.org/c/dltk/
[3] http://www.eclipse.org/projects/project.php?id=technology.dltk
Add a comment