I'm trying to install FreeCAD dependencies on a brand new RPi4 off of the Compiling On Linux Wiki page. However I'm receiving an error code that internet investigating hasn't turned up any similar results, so for anyone else im sure this is a simple fix.
All I've done so far is invoke
Code: Select all
sudo apt install git
git clone https://github.com/FreeCAD/FreeCAD.git freecad-source
of course this installs the git clone FreeCAD-source in the /usr/bin/ directory. Next I run
This takes 2 seconds before flagging an error:
Code: Select all
E: you must put some ‘source’ URI’s in your sources.list
I've uncommented the deb-scr and deb https:'s but that doesn't seem to help anything. I'm sure that it's just a newb problem I'm having so if someone could put me in the right direction it would be very appreciated!
