freecad installer for ubuntu
This commit is contained in:
parent
e187977ac7
commit
ce3e6fdf67
1 changed files with 11 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
set -v
|
||||
|
||||
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 \
|
||||
|
@ -7,3 +10,11 @@ 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
|
||||
|
||||
git clone git@github.com:FreeCAD/FreeCAD_sf_master.git $HOME/dev/freecad
|
||||
|
||||
cd $HOME/dev/freecad
|
||||
cmake-gui .
|
||||
cmake .
|
||||
make -j2
|
||||
|
Loading…
Reference in a new issue