Skip to content

How to get

doe300 edited this page Sep 14, 2020 · 8 revisions

The easy way

Download the latest (stable) debian packages and install on your Raspbian via sudo dpkg -i DEB_PACKAGE.

NOTE: The packages need to be installed in this order: vc4cl-stdlib, vc4c, vc4cl.

Nightly builds

Latest releases

Download the debian package for the latest release for VC4CLStdLib, Vc4C and VC4CL.

NOTE: Since the projects are still under heavy development, there are no releases yet!

Updating

Since nightly builds created on a single day share the same package number, on update a previous removal of the old package may be required. This can be done via sudo dpkg -r PACKAGE_NAME, where PACKAGE_NAME is vc4cl-stdlib, vc4c or vc4cl.

Built it yourself

Recommended setup:

  • Make sure, all required software is installed (see requirements for VC4C and VC4CL)
  • Checkout VC4C, VC4CL and VC4CLStdLib into a common base directory (So you have the directories <root>/VC4C, <root>/VC4CL and <root>/VC4CLStdLib).
  • Build VC4C
  • Build VC4CL
Clone this wiki locally