Skip to content

Commit

Permalink
Update README with tested operating systems and installation scripts
Browse files Browse the repository at this point in the history
Added a table of tested operating systems to the README file, including their status. Also updated the installation scripts overview section.
  • Loading branch information
awesome-doge committed Jun 4, 2023
1 parent a41ad04 commit d152a70
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
19 changes: 10 additions & 9 deletions README.Ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@
- [x] Отправлять статистику валидатора на https://toncenter.com

## Список проверенных операционных систем
```
Ubuntu 16.04 LTS (Xenial Xerus) - Error: TON compilation error
Ubuntu 18.04 LTS (Bionic Beaver) - OK
Ubuntu 20.04 LTS (Focal Fossa) - OK
Ubuntu 22.04 LTS (Jammy Jellyfish) - OK
Debian 8 - Error: Unable to locate package libgsl-dev
Debian 9 - Error: TON compilation error
Debian 10 - OK
```
| Operating System | Status |
|-------------------------------|----------------------------|
| Ubuntu 16.04 LTS (Xenial Xerus) | Error: TON compilation error |
| Ubuntu 18.04 LTS (Bionic Beaver) | OK |
| Ubuntu 20.04 LTS (Focal Fossa) | OK |
| Ubuntu 22.04 LTS (Jammy Jellyfish) | OK |
| Debian 8 | Error: Unable to locate package libgsl-dev |
| Debian 9 | Error: TON compilation error |
| Debian 10 | OK |


## Описание установочных скриптов
- `toninstaller.sh` - Данный скрипт клонирует исходники `TON` и `mytonctrl` в папки `/usr/src/ton` и `/usr/src/mytonctrl`, компилирует программы из исходников и прописывает их в `/usr/bin/`.
Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,16 @@ This console is a wrapper over `fift`,`lite-client` and `validator-engine-consol
- [x] Send validator statistics to https://toncenter.com

## List of tested operating systems
```
Ubuntu 16.04 LTS (Xenial Xerus) - Error: TON compilation error
Ubuntu 18.04 LTS (Bionic Beaver) - OK
Ubuntu 20.04 LTS (Focal Fossa) - OK
Ubuntu 22.04 LTS (Jammy Jellyfish) - OK
Debian 8 - Error: Unable to locate package libgsl-dev
Debian 9 - Error: TON compilation error
Debian 10 - OK
```
| Operating System | Status |
|-------------------------------|----------------------------|
| Ubuntu 16.04 LTS (Xenial Xerus) | Error: TON compilation error |
| Ubuntu 18.04 LTS (Bionic Beaver) | OK |
| Ubuntu 20.04 LTS (Focal Fossa) | OK |
| Ubuntu 22.04 LTS (Jammy Jellyfish) | OK |
| Debian 8 | Error: Unable to locate package libgsl-dev |
| Debian 9 | Error: TON compilation error |
| Debian 10 | OK |


## Installation scripts overview
- `toninstaller.sh`: clones `TON` and` mytonctrl` sources to `/usr/src/ton` and`/usr/src/mytonctrl` folders, compiles programs from sources and writes them to `/usr/bin/`.
Expand Down

0 comments on commit d152a70

Please sign in to comment.