Skip to content

build for RaspberryPi? #420

Answered by SpacingBat3
twork asked this question in Q&A
May 9, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

I'm used to "./configure ; make ; make install". So already clueless here.

This makes mostly sense in C languages ecosystem, but when dealing with another languages, by default devs will use their package managers for library management. For instance, Node.js (JavaScript framework) uses NPM with YARN and PNMP being alternatives, Rust uses Cargo, and Python uses PIP to manage its packages. Creating Makefile for another languages (including for Node.js based software) is possible, but it's not required to build software and even most devs don't provide such stuff for their packages (especially when our package can handle custom scripts, which is good enough to replace make for that task).

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by twork
Comment options

You must be logged in to vote
1 reply
@twork
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants