From 21e14a7c76d89a62363896b53b221c71bfc335af Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Mon, 20 Apr 2015 07:51:59 +0200 Subject: [PATCH] ubuntu freecad installer changed to use daily PPA instead of building from git --- ubuntu/install_freecad | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/ubuntu/install_freecad b/ubuntu/install_freecad index 98171391..81153d7d 100755 --- a/ubuntu/install_freecad +++ b/ubuntu/install_freecad @@ -3,19 +3,4 @@ set -e set -v sudo add-apt-repository ppa:freecad-maintainers/freecad-daily sudo apt-get update -sudo apt-get install build-essential python libcoin80-dev libsoqt4-dev \ -libxerces-c2-dev libboost-dev libboost-date-time-dev libboost-filesystem-dev \ -libboost-graph-dev libboost-iostreams-dev libboost-program-options-dev \ -libboost-serialization-dev libboost-signals-dev \ -libboost-regex-dev libboost-thread-dev \ -libqt4-dev qt4-dev-tools python2.7-dev liboce-foundation-dev liboce-modeling-dev liboce-ocaf-dev liboce-visualization-dev oce-draw libsoqt4-dev \ -libode-dev subversion cmake libeigen2-dev libsimage-dev python-qt4 \ -libtool autotools-dev automake bison flex gfortran libeigen3-dev libqtwebkit-dev git libpyside-dev pyside-tools libshiboken-dev cmake-gui - -git clone git@github.com:FreeCAD/FreeCAD_sf_master.git $HOME/dev/freecad - -cd $HOME/dev/freecad -cmake-gui . -cmake . -make -j2 - +sudo aptitude install freecad