filemanager/README.md

37 lines
493 B
Markdown
Raw Normal View History

2021-03-16 00:02:20 -07:00
# File Manager
2021-05-24 19:01:45 -07:00
Cutefish File Manager, simple to use, beautiful, and retain the classic PC interactive design.
2021-03-16 00:02:20 -07:00
## Dependencies
2021-03-29 01:51:34 -07:00
### Ubuntu
```
2021-04-01 23:39:21 -07:00
sudo apt install libkf5solid-dev libkf5kio-dev -y
2021-03-29 01:51:34 -07:00
```
### 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 -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
2021-03-16 00:02:20 -07:00
make
```
## Install
```shell
sudo make install
```
## License
2021-03-29 01:51:34 -07:00
This project has been licensed by GPLv3.