On Wed, 30 Dec 2020, Jorge Fábregas wrote:
On 12/30/20 1:35 AM, Michael Hennebry wrote:
I've cloned the repository, but I'm unclear on a couple things
Hi,
On a F33 fresh install I only had to to this as root:
dnf update (important; needed so that last step works properly) dnf install gcc-c++ cmake cups-devel ## what I need git clone https://github.com/pdewacht/brlaser cd brlaser ## what I need cmake . make make install dnf history undo last (as I no longer need the stuff needed to build; SSDs are expensive!)
## added
Thanks again.