Skip to content

Commit

Permalink
minimal readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rupertnash committed Sep 8, 2021
1 parent 5a340ee commit 4987585
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# vmtk-build
Build VMTK

Build VMTK via GitHub Actions

Build VTK, ITK and VMTK automatically on push. On release, add tar.gz
archives to the release.

## Ubuntu 20.04 (Focal)

To use you need to install a suitable python. APT packages are
`libpython3.8` or `libpython3.9`.

You also need to install OpenGL etc packages (libopengl0, libglx0,
libxt6).

So:

```
apt-get install libpython3.8 libopengl0 libglx0 libxt6
```



0 comments on commit 4987585

Please sign in to comment.