-
Notifications
You must be signed in to change notification settings - Fork 9
OCE packages
G.A. vd. Hoorn edited this page May 18, 2016
·
2 revisions
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.
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
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.