-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
At least on Ubuntu, it makes sense to build packages and install them, instead of "sudo make install".
This code in the ubuntu-install.sh script now works for me:
Install opencamlib
cd ${BUILDPATH}/heekscad/heekscnc/opencamlib/
if [ -d build]; then
cd build
else
mkdir build
cd build
fi
cmake ../src
make -j8 package
sudo dpkg -i opencamlib_*.deb
the sub-module reference to the opencamlib project probably needs to be updated to the latest 'master' commit for this to work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels