Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.26 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.26 KB

CuteFishOS-Unofficial

This repository is a personal secondary development project for the cutefish project since the cutefish project was stopped. The original project maintainer no longer maintains this project. Out of my personal love for the system, I decided to re maintain the project. Cutefishos is a distribution based on Debian, Ubuntu and archlinux. I have to admit that the CuteFish DE desktop environment is great. Of course, you can also download the source code package in this repository and build it manually to install CuteFish DE into your system. Most software packages can be easily built into your system with Cmake tool. You can rest assured that we are very friendly to novices.

Gitee:https://gitee.com/xiaojingjs/CuteFishOS-Unofficial

Download

https://packages.piscesys.com/cutefish/isos/0.8/cutefishos-0.8-beta-amd64.iso

https://sourceforge.net/projects/cutefish-ubuntu/files/ISO/0.8/CutefishOS%20-%20Ubuntu%20%28Calamares%20Installer%29/CutefishOS-Ubuntu_v0.8_Calamares.iso/download

https://sourceforge.net/projects/cutefish-ubuntu/files/ISO/0.8/CutefishOS%20-%20Ubuntu%20%28Ubiquity%20Installer%29/CutefishOS-Ubuntu_v0.8_%28Ubi%29.iso/download

Build

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
sudo make install