qbs-create-project
1.12.2-1.fc30.x86_64 : Cross platform build tool
Install
- All systems
-
curl cmd.cat/qbs-create-project.sh
- Debian
-
apt-get install qbs
- Ubuntu
-
apt-get install qbs
- Arch Linux
-
pacman -S qbs
- Kali Linux
-
apt-get install qbs
- Fedora
-
dnf install qbs-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install qbs
- OS X
-
brew install qbs
- Raspbian
-
apt-get install qbs
- Dockerfile
- dockerfile.run/qbs-create-project
qbs-1
1.12.2-1.fc30.x86_64 : Cross platform build tool
qbs
Qbs is a tool that helps simplify the build process for
developing projects across multiple platforms. Qbs can be used for any software project, regardless of programming language, toolkit, or libraries used. Qbs is an all-in-one tool that generates a build graph from a high-level project description (like qmake or CMake) and additionally undertakes the task of executing the commands in the low-level build graph (like make).