alex;
unread,Aug 29, 2025, 6:49:35 AM (8 days ago) Aug 29Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xbasians.org
# Installing a package (for example, SQLite driver for Harbour)
xpm install hb-sqlite
# Installing a specific version
xpm install hb-qt@1.2.3
# Installing packages from the manifest file (xpm.json)
xpm install
# Upgrade everything to the latest compatible versions
xpm update
# Package Removal
xpm remove hb-mysql
# Search in the package registry
xpm search sqlite
# View package information
xpm info hb-qt
# Building a project with dependencies
xpm build
xpm publish — publish your own package to a central repository.
xpm link — local connection of the library during development.
xpm doctor — environment check (compilers, variables, paths).
Plugins: for example, xpm dockerize for building in a container or xpm android for cross-compilation.