Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crequency/kitx-installer

Installer for KitX Project
https://github.com/crequency/kitx-installer

egui installer kitx kitx-installer rust rust-lang

Last synced: 2 months ago
JSON representation

Installer for KitX Project

Awesome Lists containing this project

README

        

# KitX Installer

This project is part of KitX Project.
This project aims to provide installation programs for softwares in KitX Project.

## KitX Installer Egui

This is a rust program with egui as UI framework.
When it runs on Windows, it will display ui framework.
When it runs on Linux of MacOS, it will use terminal to install.
But you can always use `--run-gui` or `--run-cli` to force it to run in GUI or CLI mode.

### Build

You need prepare rust tool chain first.
Visit [rust-lang.org](https://www.rust-lang.org/) to get more information.

#### Clone

Run following commands in your terminal to get source code:

```shell
git clone [email protected]:Crequency/KitX-Installer.git
cd './KitX_Installer/KitX_Installer_Egui'
```

#### Run

Run following command in your terminal to run this program:

```shell
# Installer requires Administrator privileges
# under Windows (sudo mode same in GNU/Linux and MacOS)
sudo cargo run
```

#### Build

Run following command in your terminal to build this program in release mode:

```shell
cargo build --release
```

## KitX Installer Egui Patcher

This is a rust program aims to patch KitX Installer Egui in order to quickly generate different installers.

Now we patch two things:
- Version of KitX Dashboard to be install.
- Profile of KitX Dashboard to be install.

See details in [README.md](./KitX_Installer_Egui_Patcher/README.md) .