Skip to content

Create a standard Linux install-from-source process #58

@JL102

Description

@JL102

Most open source programs these days have a three-step installation process on Linux systems: ./configure, make, then sudo make install. I doubt that we'll need a configure script, but it's definitely possible to add the relevant NPM commands into the Makefile to make the setup & installation process easier for those familiar with the Linux ecosystem.

Metadata

Metadata

Labels

General To-DoGeneral tasks that need to be done, but are not necessarily bugsenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions