Open mgmax opened 11 years ago
It looks like the git submodules have been removed (why?), because of which the instructions in https://github.com/Heeks/heekscad/wiki/Ubuntu-Installation don't work anymore.
the link in the instructions doesn't work (where has the file gone?) https://github.com/Heeks/heekscad/blob/master/INSTALL_UBUNTU.sh
and running cd heekscad; cmake . complains about a missing file Arc.cpp (presumably from libarea)
cd heekscad; cmake .
found this while googling, maybe it works: http://pastebin.com/1F3bkHtE
It looks like the git submodules have been removed (why?), because of which the instructions in https://github.com/Heeks/heekscad/wiki/Ubuntu-Installation don't work anymore.
the link in the instructions doesn't work (where has the file gone?) https://github.com/Heeks/heekscad/blob/master/INSTALL_UBUNTU.sh
and running
cd heekscad; cmake .
complains about a missing file Arc.cpp (presumably from libarea)