mirror of
https://github.com/arabianq/build_msp.git
synced 2026-04-28 06:21:24 +00:00
update README
This commit is contained in:
@@ -34,19 +34,16 @@ patchset=kpnp_russ
|
|||||||
### Installing
|
### Installing
|
||||||
You can download pre-built binaries from [releases page](https://github.com/arabianq/build_msp/releases)
|
You can download pre-built binaries from [releases page](https://github.com/arabianq/build_msp/releases)
|
||||||
|
|
||||||
### Installing using cargo
|
|
||||||
You can install build_msp from crates.io
|
|
||||||
```cargo install build_msp```
|
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
1. Install [Rust Lang](https://www.rust-lang.org/tools/install)
|
1. Install CMake (if not already installed)
|
||||||
2. Clone this repository (including switch-tools submodule)
|
2. Clone this repository (including switch-tools submodule)
|
||||||
|
|
||||||
```git clone --recursive https://github.com/arabianq/build_msp```
|
```git clone --recursive https://github.com/arabianq/build_msp```
|
||||||
3. Build the program using Cargo
|
3. Configure the project with CMake
|
||||||
|
```cmake .```
|
||||||
```cd build_msp; cargo build --release```
|
4. Build the project
|
||||||
4. Done. Now there is a binary in _target/release_ directory
|
```make```
|
||||||
|
5. Done. The executable will be in the current directory.
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
- **You can install .msp files only with DBI (Duckbill Installer) 772+. [Latest DBI](https://dbi.ultranx.ru/assets/dbi_ru.zip)**
|
- **You can install .msp files only with DBI (Duckbill Installer) 772+. [Latest DBI](https://dbi.ultranx.ru/assets/dbi_ru.zip)**
|
||||||
|
|||||||
+6
-9
@@ -34,19 +34,16 @@ patchset=kpnp_russ
|
|||||||
### Установка
|
### Установка
|
||||||
Вы можете скачать готовые исполняемые файлы со [страницы релизов](https://github.com/arabianq/build_msp/releases)
|
Вы можете скачать готовые исполняемые файлы со [страницы релизов](https://github.com/arabianq/build_msp/releases)
|
||||||
|
|
||||||
### Установка с помощью cargo
|
|
||||||
Вы можете установить build_msp из crates.io
|
|
||||||
```cargo install build_msp```
|
|
||||||
|
|
||||||
### Сборка
|
### Сборка
|
||||||
1. Установите [Rust Lang](https://www.rust-lang.org/tools/install)
|
1. Установите CMake (если еще не установлен)
|
||||||
2. Клонируйте этот репозиторий (включая субмодуль switch-tools)
|
2. Клонируйте этот репозиторий (включая субмодуль switch-tools)
|
||||||
|
|
||||||
```git clone --recursive https://github.com/arabianq/build_msp```
|
```git clone --recursive https://github.com/arabianq/build_msp```
|
||||||
3. Запустите сборку с помощью cargo
|
3. Сконфигурируйте проект с помощью CMake
|
||||||
|
```cmake ..```
|
||||||
```cd build_msp; cargo build --release```
|
4. Соберите проект
|
||||||
4. Готово. Теперь в директории _target/release_ находится исполняемый файл
|
```make```
|
||||||
|
5. Готово. Исполняемый файл будет находиться текущей директории.
|
||||||
|
|
||||||
### Особенности
|
### Особенности
|
||||||
- **Устанавливать .msp файлы можно только с помощью DBI (Duckbill Installer) 772+. [Последняя версия DBI](https://dbi.ultranx.ru/assets/dbi_ru.zip)**
|
- **Устанавливать .msp файлы можно только с помощью DBI (Duckbill Installer) 772+. [Последняя версия DBI](https://dbi.ultranx.ru/assets/dbi_ru.zip)**
|
||||||
|
|||||||
Reference in New Issue
Block a user