# voxl-cross installation document missing

Source: https://forum.modalai.com/topic/755/voxl-cross-installation-document-missing
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2022-02-17 22:42:25 UTC by yu zhang
Replies: 1 · Views: 600

## yu zhang · 2022-02-17 22:42:25 UTC

Hi @Alex-Gardner ,

I found a question about installing ```voxl-cross```. I saw the instruction of installing the docker image by this link: 
 https://docs.modalai.com/voxl-cross/

However, it seems the content is the same as the page for installing the ```voxl-emulator``` by https://docs.modalai.com/voxl-emulator/. I am not sure if there is anything wrong with it. 

Instead, I double-checked the source code page of the ```voxl-docker```, and found that I could download a pre-built version from https://downloads.modalai.com. But, it seems I can only find a file named ```voxl-cross_v1.1.tgz```, and no ```voxl-cross``` image found there. I am wondering why it's v1.1, while the emulator is v1.7. And I didn't find any call for this file in ``` install-cross-docker.sh ```.

After re-building locally, I finally installed the ```voxl-cross``` and it works well. 
![Screen Shot 2022-02-17 at 3.20.26 PM.png](https://forum.modalai.com/assets/uploads/files/1645094614211-screen-shot-2022-02-17-at-3.20.26-pm.png) 

I also notice that it's v1.7. So, there is no image file available on the download page. Please double-check for all correcltions if it's the case.

## Reply by Guest · 2022-02-26 00:26:34 UTC

voxl-cross 1.7 is a build containing some new gcc toolchains for projects that are not yet on stable. The cross image is meant to be able to be easily built by any user, hence why it was built and installed when you installed the docker image. We've just pushed that image to the downloads page should you need to download it from there.

As for the docker image docs, you are correct they are out of date right now, we're planning to update them soon and have been delaying doing so because we've been making changes to them.
