# Set up the basic development environment on PC host Source: [https://docs.qualcomm.com/doc/80-41102-1/topic/set-up-the-development-host-environment.html](https://docs.qualcomm.com/doc/80-41102-1/topic/set-up-the-development-host-environment.html) Set up on Ubuntu 22.04 by installing the required packages using the following command to the host environment. sudo apt-get install build-essential \ ca-certificates \ libssl-dev \ curl \ python3 \ ninja-build \ python-jinja2 \ cmake \ python-setuptools \ git \ fakeroot \ file \ libcap-dev \ python2 \ gcc-multilibCopy to clipboard **Parent Topic:** [Use TelAF simulation](https://docs.qualcomm.com/doc/80-41102-1/topic/use-telaf-simulation.html) Last Published: Aug 06, 2026 [Previous Topic Use TelAF simulation](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/use-telaf-simulation.md) [Next Topic Install docker engine on the host](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/install-docker-engine-on-the-host.md)