ubuntu freecad installer changed to use daily PPA instead of building from git
This commit is contained in:
parent
7902760ab2
commit
21e14a7c76
1 changed files with 1 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue