> For the complete documentation index, see [llms.txt](https://tk233.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tk233.gitbook.io/notes/tools/crazyflie-setting-up.md).

# CrazyFlie Setting Up

## AI Deck

### Environment setup

Ubuntu 22.04

#### Set up KVM

Follow the instructions here to set up KVM

{% embed url="<https://docs.docker.com/desktop/install/linux-install/#kvm-virtualization-support>" %}

<figure><img src="/files/3QfcXFQuxxXN0PlFTv31" alt=""><figcaption></figcaption></figure>

#### Install Docker

Follow the instructions here

{% embed url="<https://docs.docker.com/desktop/install/ubuntu/#install-docker-desktop>" %}

If there is error about "docker-desktop : Depends: docker-ce-cli but it is not installable", follow solutions here

{% embed url="<https://stackoverflow.com/questions/72299444/docker-desktop-doesnt-install-saying-docker-ce-cli-not-installable>" %}

#### Launch Docker

```bash
systemctl --user start docker-desktop
```

<figure><img src="/files/45ZxgUALiqsal8TIj1A4" alt=""><figcaption></figcaption></figure>

hello world should be able to run

```bash
docker run hello-world
```

<figure><img src="/files/4X5qmQKaXpexIEY4lXzo" alt=""><figcaption></figcaption></figure>

sudo apt install libtool pkg-config autoconf automake texinfo
