Jump in the discussion.

No email address required.

just ./configure && make && install

works 90% of the time

Jump in the discussion.

No email address required.

what you wrote looks like it'll work about 0% of the time actually

Jump in the discussion.

No email address required.

whateves, close enough, works on my machine

Jump in the discussion.

No email address required.

sudo apt-get install *-dev

Jump in the discussion.

No email address required.

user@host:~$ install
install: missing file operand
Try 'install --help' for more information.
Jump in the discussion.

No email address required.

make install, i fat fingered it

Jump in the discussion.

No email address required.

also it should usually be sudo make install, unless you are logged in as root (based)

Jump in the discussion.

No email address required.

sudo apt install *-dev

Jump in the discussion.

No email address required.

eh usually it would be a loop of figuring out what -dev package I'm missing.

Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.