filemanager/README.md

37 lines
369 B
Markdown
Raw Normal View History

2021-03-16 00:02:20 -07:00
# File Manager
Cutefish File Manager
## Dependencies
2021-03-29 01:51:34 -07:00
### Ubuntu
```
sudo apt install libkf5solid-dev
```
### ArchLinux
2021-03-16 00:02:20 -07:00
```shell
sudo pacman -S extra-cmake-modules qt5-base qt5-quickcontrols2 taglib kio
```
## Build
```shell
mkdir build
cd build
cmake ..
make
```
## Install
```shell
sudo make install
```
## License
2021-03-29 01:51:34 -07:00
This project has been licensed by GPLv3.