-
Notifications
You must be signed in to change notification settings - Fork 20
InstallOnUbuntu
Häfner edited this page Mar 22, 2021
·
3 revisions
To install PolyVR on Ubuntu you will have to compile it from source, a package is not yet provided. For Ubuntu we provide a script that fully automates the process, just clone this repository and execute the install script! The whole process may still take some time to complete.
Open a termial (Ctrl + Alt + t) and enter the following lines:
git clone https://github.com/Victor-Haefner/polyvr.git
cd polyvr && sudo ./install
now start codeblocks, open the PolyVR codeblocks project and compile it.
Currently preferred are:
- Ubuntu 20.04
- Ubuntu 18.04
Older versions of PolyVR run on:
- Ubuntu 16.04
- Ubuntu 14.04