Skip to content

Install opencamlib as DEB package #16

@aewallin

Description

@aewallin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions