subutai-io / control-center

Subutai Control Center is a desktop application for owners and administrators of Subutai Peers and Environments.
https://subutai.io
Apache License 2.0
11 stars 12 forks source link


Subutai
Subutai Control Center

Easy life for users of Bazaar.

Key FeaturesHow To BuildDownloadAbout SubutaiLicense

Key Features

How To Build

To clone and run this application, you'll need Git, qmake are installed on your computer, and Qt Creator if you want to build from IDE. You need C/C++ compilers MinGW for Linux, clang for macOS and MSVC++ for Windows. From your command line:

Use git checkout $(cat version) on unix or git checkout $(type version) on Windows to switch to the latest released branch. After you can build from command line using these commands:

for MacOS

qmake SubutaiControlCenter.pro -r -spec macx-clang CONFIG+=x86_64
make

for Linux

./configure
make

for Windows

qmake ..\SubutaiControlCenter.pro -r -spec win32-msvc
jom

Download

You can download latest installable version of Subutai Control Center for Windows, macOS and Linux.

About Subutai

Subutai - Open Source Peer-to-Peer (P2P) Cloud Computing Internet of Things (IoT) and Cryptocurrency Mining for Everyone

License

Apache License 2.0