![Waveshare E9 User Manual Download Page 14](http://html.mh-extra.com/html/waveshare/e9/e9_user-manual_877978014.webp)
Waveshare Electronics
Address: Rm 813, Dynamic World Building, Zhenhua Rd, Futian District, Shenzhen, China
TEL: +86-755-83040832 Web: http://www.wvshare.com/
FAX: 86-755-83042572 E-mail:
13
Chapter Three Development Environment
Set Up
3.1 Ubuntu Platform Environment Set Up
Use the libraries for Script and gcc compiler provided, and execute the command in the PC/opt directory:
#mkdir
Embedsky
Create a new directory, and copy the Software\Linux tools\ubuntu_env_install.tar.bz2” to Ubuntu /opt/Embedsky
directory, then use the following command in the terminal:
#cd /opt/Embedsky
#tar xvfj ubuntu_env_install.tar.bz2 -C /
Extract the zip file to a local directory opt/Embedsky, and named: ubuntu_env_install.sh, then use the following
command in the terminal:
#cd /opt/Embedsky; ./ubuntu_env_install.sh
Then it can automatically finish for installation for libraries and gcc
After installation, input the command in the terminal:
gcc –v
, then you can see the version of gcc.