Skip to content

README: install minipro the debian way #17

Description

@Ho-Ro

Note:
The minipro package is not available in most distributions by default.
You can install it manually by cloning and building from source:

git clone https://gitlab.com/DavidGriffith/minipro.git
cd minipro
make
sudo make install

HINT: minipro has a working deb build setup:

git clone https://gitlab.com/DavidGriffith/minipro.git
cd minipro
make deb
sudo apt install $(ls ../minipro_*.deb | tail -1)

This will install the latest version of minipro (in case you built also previous versions).

Metadata

Metadata

Assignees

No one assigned

    Labels

    TODOSomething worth adding on TODO list

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions