![MYiR MYD-AM335X Development Manual Download Page 11](http://html.mh-extra.com/html/myir/myd-am335x/myd-am335x_development-manual_1862478011.webp)
2.1 Install tools
Install other development tools
For the sake of convenience we install all the tools and libraries before as shown
below:
Ubuntu 12.04 64Bit Desktop
sudo apt-get install build-essential git-core libncurses5-dev
$ sudo apt-get install flex bison texinfo zip unzip zlib1g-dev gettext
$ sudo apt-get install gperf libsdl-dev libesd0-dev libwxgtk2.6-dev
$ sudo apt-get install uboot-mkimage
$ sudo apt-get install g++ xz-utils
Ubuntu 14.04 64Bit Desktop
$ sudo apt-get install build-essential git-core libncurses5-dev u-boot-tools
$ sudo apt-get install flex bison texinfo zip unzip zlib1g-dev gettext
$ sudo apt-get insta 64Bit Desktopll gperf libsdl-dev libesd0-dev
$ sudo apt-get install g++ xz-utils
$ sudo apt-get install subversion
Ubuntu 16.04 64Bit Desktop
$ sudo apt-get install build-essential git-core libncurses5-dev u-boot-tools
$ sudo apt-get install flex bison texinfo zip unzip zlib1g-dev gettext
$ sudo apt-get install gperf libsdl-dev libesd0-dev
$ sudo apt-get install g++ xz-utils
$ sudo apt-get install subversion
On 64bit Ubuntu OS, some 32bit runtime libraries should be installed as shown
below:
$sudo apt-get install libc6-i386 li+6 lib32z1
11