Skip to content

quara-dev/blez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

  • Without docker:
./scripts/build.sh 5.55 5.56 5.57 5.58 5.59 5.60 5.61 5.62 5.63 5.64 5.65 5.66

By default, artifacts are located in /opt/bluez and each bluez version is installed in /opt/bluez-$VERSION.

  • With docker (for cross-platform builds):
PLATFORM="linux/arm64"
./scripts/cp-build.sh "$PLATFORM" 5.55 5.56 5.57 5.58 5.59 5.60 5.61 5.62 5.63 5.64 5.65 5.66

When using docker, artifacts are located in the dist/ directory.