https://github.com/kde/lancelot
Alternative launcher for Plasma with a more complete set of features compared to the default
https://github.com/kde/lancelot
Last synced: about 2 months ago
JSON representation
Alternative launcher for Plasma with a more complete set of features compared to the default
- Host: GitHub
- URL: https://github.com/kde/lancelot
- Owner: KDE
- Created: 2015-09-18T13:59:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T02:15:55.000Z (over 1 year ago)
- Last Synced: 2024-05-09T11:57:28.502Z (about 1 year ago)
- Language: C++
- Homepage: https://invent.kde.org/plasma/lancelot
- Size: 280 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSES/LGPL-2.1-only.txt
Awesome Lists containing this project
README
In order to build this repository, you need to clone the
following submodules (as the current KDE git infrastructure
does not support submodules)[submodule "3rdparty/azmq"]
path = 3rdparty/azmq
url = https://github.com/zeromq/azmqYou can do it by executing the following from the repository root:
mkdir 3rdparty
git clone https://github.com/zeromq/azmq 3rdparty/azmqThe Boost libraries are not provided in the 3rdparty directory,
the build relies on you having Boost 1.67 or greater installed
on your system. If Boost is not found, you can pass a custom
BOOST_ROOT value to cmake.