after failing to compile FreeCAD from source on Windows (viewtopic.php?t=73143) I'm trying to do it using a virtual Ubuntu machine since the procedure seems to be easier there.
First, I followed this instruction: Installing on Linux and used the command below to install FreeCAD:
Code: Select all
sudo apt-get install freecad
Those commands allowed me to unpack the AppImage and start FreeCAD 0.22:
Code: Select all
./FreeCAD_weekly-builds-34291-2023-09-14-conda-Linux-x86_64-py310.AppImage --appimage-extract
cd squashfs-root/
./AppRun
Code: Select all
sudo apt build-dep freecad
Code: Select all
Reading package lists... Done
E: You must put some 'deb-src' URIs in your sources.list