complete README

release/4.3a0
Jose Luis Blanco Claraco 2020-07-14 23:33:25 +02:00
parent 23db3bb721
commit 17873485db
No known key found for this signature in database
GPG Key ID: D443304FBD70A641
1 changed files with 10 additions and 5 deletions

View File

@ -3,14 +3,19 @@
Build all docker images, in order:
```bash
(cd ubuntu-boost-tbb && exec build.sh)
(cd ubuntu-gtsam && exec build.sh)
(cd ubuntu-gtsam-python && exec build.sh)
(cd ubuntu-gtsam-python-vnc && exec build.sh)
(cd ubuntu-boost-tbb && ./build.sh)
(cd ubuntu-gtsam && ./build.sh)
(cd ubuntu-gtsam-python && ./build.sh)
(cd ubuntu-gtsam-python-vnc && ./build.sh)
```
Then launch with:
docker run dellaert/ubuntu-gtsam-python-vnc:bionic
docker run -p 5900:5900 dellaert/ubuntu-gtsam-python-vnc:bionic
Then open a remote VNC X client, for example:
sudo apt-get install tigervnc-viewer
xtigervncviewer :5900