# 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="https://1287130752-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvVJ0h2a4qMIhB1I8GdV8%2Fuploads%2Fgit-blob-90c6f4c1e9eb8c5a4eadd6c5a9ccc414006fa063%2Fimage.png?alt=media" 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="https://1287130752-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvVJ0h2a4qMIhB1I8GdV8%2Fuploads%2Fgit-blob-e81171460383429a5a092e999ed10dcfe12bb047%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

hello world should be able to run

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

<figure><img src="https://1287130752-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvVJ0h2a4qMIhB1I8GdV8%2Fuploads%2Fgit-blob-f7b157214857e84bf9f706138f6c3f1cef3f2a22%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

sudo apt install libtool pkg-config autoconf automake texinfo
