Skip to content
G.A. vd. Hoorn edited this page May 18, 2016 · 2 revisions

Installing OCE development libraries

The application requires the following packages to be installed:

liboce-foundation-dev
liboce-modeling-dev
liboce-ocaf-dev
liboce-ocaf-lite-dev
liboce-visualization-dev

these packages are not distributed as part of Ubuntu, so need to be installed from a separately configured package repository. Follow the following steps to add this repository to the system and to install the packages.

Adding the repository

In a terminal window:

sudo add-apt-repository ppa:freecad-maintainers/freecad-stable

# read the notice and accept it

# now update the local package list
sudo apt-get update

Installing the OCE development libraries

In the same terminal window:

sudo apt-get install \
  liboce-foundation-dev \
  liboce-modeling-dev \
  liboce-ocaf-dev \
  liboce-ocaf-lite-dev \
  liboce-visualization-dev

This should complete successfully.

You can now continue with the rest of the setup.