Skip to content

Conversation

@AndreiCherniaev
Copy link
Contributor

@AndreiCherniaev AndreiCherniaev commented Jan 22, 2026

make with -j options helps to use all available CPU cores plus one additional process for increased parallelism during compilation
build instruction use current sudo user. So while installing `sudo make install` requests current sudoers user password unlike `su -c "make install"` which requests root password which doesn't exists by default in Ubuntu
@gansm
Copy link
Owner

gansm commented Jan 22, 2026

FINAL CUT is a library for various architectures and operating systems. Therefore, the nproc command is not directly available on macOS. OpenBSD has replaced sudo with doas, and older Solaris versions (10 and earlier) typically use pfexec for privilege management instead of sudo.

@gansm gansm closed this Jan 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants