linuxmint / blueberry

A Bluetooth configuration tool
GNU General Public License v3.0
171 stars 51 forks source link

how to install blueberry #137

Closed tiruk007 closed 1 month ago

tiruk007 commented 6 months ago

when i try this below block I'm facing mint-build: command not found """#### Building the package


# Use mint-build to build the project for the first time.
# This also fetches and installs the build dependencies:
mint-build""""
gabrielcarlossl commented 5 months ago

same here, mint cinammon 21.3

DirkHaar commented 5 months ago

mint-build works for me (at least "blank", I don't use it). mint-build --help should deliver usage: mint-build [-h] [-i] [-s SUFFIX] [-g GIT_REPOSITORY] [-t] [-d DEB_DIR]

Build project

options: -h, --help show this help message and exit -i, --install Install built packages -s SUFFIX, --suffix SUFFIX Version suffix -g GIT_REPOSITORY, --git-repository GIT_REPOSITORY Git clone URL, or project name (for Mint projects on Github). Suffix with #tagname, #branchname or %pullrequest to specify a branch, a tag, or a pull request to build from. -t, --temporary Use a temporary directory for building -d DEB_DIR, --deb-dir DEB_DIR Folder to copy debs to when building is complete. If this option is omitted, the generated debs will not be copied.

DusanJovanovic commented 4 months ago

when i try this below block I'm facing mint-build: command not found """#### Building the package

# Use mint-build to build the project for the first time.
# This also fetches and installs the build dependencies:
mint-build""""

You need to install mint-dev-tools in order to use mint-build command.