Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cutefishos/core
System components and backend.
https://github.com/cutefishos/core
Last synced: 12 days ago
JSON representation
System components and backend.
- Host: GitHub
- URL: https://github.com/cutefishos/core
- Owner: cutefishos
- License: gpl-3.0
- Created: 2021-03-16T03:24:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T07:42:25.000Z (about 1 year ago)
- Last Synced: 2024-08-01T19:33:50.583Z (3 months ago)
- Language: C++
- Homepage:
- Size: 574 KB
- Stars: 265
- Watchers: 18
- Forks: 43
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Core
System backend and start session and more.
## Compile dependencies
```shell
sudo pacman -S extra-cmake-modules pkgconf qt5-base qt5-quickcontrols2 qt5-x11extras qt5-tools\
kwindowsystem polkit polkit-qt5 xorg-server-devel xf86-input-libinput xf86-input-synaptics
```For Ubuntu:
```shell
sudo apt install libpolkit-agent-1-dev libpolkit-qt5-1-dev libsm-dev libxtst-dev\
libxcb-randr0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxcb-composite0-dev libxcb-damage0-dev libxcb-image0-dev libxcb-util0-dev libkf5idletime-dev
```
(Yes it's annoying that so many xcb's packages here is needed to install. Isn't there a way to install one package and these `libxcb`s all get ready?)For Debian:
```shell
sudo apt install extra-cmake-modules pkg-config xserver-xorg-input-libinput-dev libx11-xcb-dev libxcb1-dev libxcb-randr0-dev\
libxcb-keysyms1-dev libxcursor-dev libxcb-xfixes0-dev libxcb-damage0-dev libxcb-composite0-dev libxcb-shm0-dev libxcb-util-dev\
libxcb-image0-dev libxcb-dpms0-dev libxcb-dri2-0-dev libxcb-dri3-dev libxcb-ewmh-dev libxcb-glx0-dev libxcb-record0-dev xserver-xorg-dev\
xserver-xorg-input-synaptics-dev libxtst-dev libsm-dev libpolkit-qt5-1-dev libpolkit-agent-1-dev libkf5windowsystem-dev libkf5globalaccel-dev\
libkf5coreaddons-dev libkf5idletime-dev libqt5x11extras5-dev qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev qttools5-dev-tools
```## Runtime
## Build
```shell
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
```## Install
```shell
sudo make install
```## License
This project has been licensed by GPLv3.