在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):lirios/fluid开源软件地址(OpenSource Url):https://github.com/lirios/fluid开源编程语言(OpenSource Language):QML 70.7%开源软件介绍(OpenSource Introduction):FluidFluid is a collection of cross-platform QtQuick components for building fluid and dynamic applications, using the Material Design guidelines. Online documentation is available at docs.liri.io. We develop using the git flow method
this means that the DependenciesQt >= 5.10.0 with at least the following modules is required: On Linux you also need: The following modules and their dependencies are required:
The following module must be installed, unless you want to use the copy provided as a submodule:
BuildYou can perform a standalone build opening You can also build from command line: git submodule update --init
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix ..
make
make install # use sudo if necessary Replace You can also append the following options to the
If The DocumentationThe HTML documentation is built unless Open InstallationYou can either install system-wide or per-project installation which is essentially embedding Fluid in your project. System-wide installations are usually performed by packagers who want to redistribute Fluid in their Linux distro. Per-project installation is most useful for mobile developers that want to build Fluid alongside their project. System-wide installationWe assume that your distro installs QtQuick modules in The same goes for other operating systems. From the root of the repository, run: git submodule update --init --recursive
mkdir build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DINSTALL_QMLDIR=lib/qt/qml ..
make
sudo make install Please note that a system-wide installation is discouraged in most cases because there's a risk to "pollute" your system with libraries not managed by a package manager. Per-project installationYou can embed Fluid in your project and build it along your app. We have the following examples: We have examples for qmake, qbs and cmake. LicensingLicensed under the terms of the Mozilla Public License version 2.0. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论