If you are curious about the progress on FreeCAD's development you will probably like the idea of installing the latest development release from source. Let's do that step by step on Ubuntu following the instructions of FreeCAD's documentation
- Enabling the Source code repository
- Installing building dependencies
sudo apt-get build-dep freecad
- Downloading the latest source
svn co https://freecad.svn.sourceforge.net/svnroot/free-cad/trunk freecad
This command will download the latest available source code of FreeCAD and save it inside the freecad folder in your home directory
- Building
sudo apt-get install automake libtool
- Open a terminal (if you don't have any opened) and move to your freecad folder : cd freecad
- Type the following 3 commands :
./autogen.sh
./configure
make
- Installing
make install
to install your package to your home folder ( you don't need to use sudo). This command will install FreeCAD in the FreeCAD folder inside your home directory. You can run FreeCAD by clicking on the FreeCAD executable archive inside the ~/FreeCAD/bin/ folder. You can create a launcher on Desktop for easy access to the program.
- Uninstalling
I am so happy that a Greek i suppose is writing this blog!I am studying architecture and am trying soooo hard to stay in linux and erase my windows partition BUT i find this very hard!So all your useful stuff is huge for me!Do you have any idea of a workflow in architectural work with linux?It would be GREAT!Thanks
ReplyDeleteGreat blog I ennjoyed reading
ReplyDelete