-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
175 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,175 @@ | ||
# BorlandC-Linux | ||
Borland C++ on Linux | ||
```bash | ||
_____ _____ _____ _ _ _____ _____ _____ | ||
| ___|| _ || _ || \ / || _ || ___|| _ | | ||
| |__ | |_| )| | | || \/ || |_| )| |__ | |_| ) | ||
| __| | _ ( | | | || \ / || _ ( | __| | _ ( | ||
| |___ | |_| )| |_| || |\/| || |_| )| |___ | | \ \ | ||
|_____||_____||_____||_| |_||_____||_____||_| \_\ | ||
|
||
``` | ||
### Language translations | ||
- [🇺🇸 Description in English](#Description-in-English) | ||
- [🇷🇺 Описание на Русском](#Описание-на-Русском) | ||
<br /> | ||
--- | ||
### Description in English | ||
[🇺🇸 🔝 Go up](#Language-translations) | ||
<br /> | ||
#### Borland C++ on Linux | ||
There is fixed with some changes version of SMSBomber | ||
<br /> | ||
#### For ***smooth*** installation required: | ||
- 💻 PC: Linux (Ubuntu-based; 16.04 and higher; Maybe just apt-based, i don't know) | ||
<br /> | ||
#### ***Smooth*** installation: | ||
> 0. apt-get update | ||
> | ||
> 1. apt-get install -y git | ||
> | ||
> 2. git clone https://github.com/ddan9/BorlandC-Linux | ||
> | ||
> 3. bash BorlandC-Linux/install.sh | ||
> | ||
> 4. bash Borland.sh | ||
<br /> | ||
#### For update: | ||
> 0. rm -rf BorlandC-Linux | ||
> | ||
> 1. git clone https://github.com/ddan9/BorlandC-Linux | ||
> | ||
> 2. bash Borland.sh | ||
<br /> | ||
#### For uninstall: | ||
> 0. rm -rf BorlandC-Linux | ||
> | ||
> 1. rm -rf Borland.sh | ||
<br /> | ||
#### For ***manual*** install you need: | ||
> - do it in docker whenever possible | ||
> | ||
> - bash (Maybe something else, i don't know) | ||
> | ||
> - git | ||
> | ||
> - git clone https://github.com/ddan9/EBomber into $HOME | ||
> | ||
> - Python3 | ||
> | ||
> - pip3 or python3-pip (in general, pip from python3) | ||
> | ||
> - pip3 install -r $HOME/EBomber/config/requirements | ||
> | ||
> - ln -s $HOME/EBomber/start.sh $HOME/Ebomber.sh | ||
> | ||
> - bash EBomber.sh | ||
<br /> | ||
#### Authors | ||
Creator of original: https://github.com/Ivan-Hacker-700 | ||
Creator of effects: https://vk.com/psih.odinochka | ||
Creator of distribution: https://github.com/ddan9 | ||
<br /> | ||
--- | ||
### Описание на Русском | ||
[🇷🇺 🔝 Наверх](#Language-translations) | ||
<br /> | ||
#### Улучшенный Бомбер | ||
Это - пофиксенная с некоторыми изменениями версия SMSBomber'а | ||
<br /> | ||
#### Для ***гладкой*** установки необходимо: | ||
- 💻 ПК: Линукс (Убунту-подобный; Последняя версия; Либо просто apt-based, точно не знаю) | ||
- 📱 Мобильные: Андроид (С термуксом) | ||
<br /> | ||
#### ***Гладкая*** установка: | ||
> 0. apt-get update | ||
> | ||
> 1. apt-get install -y git | ||
> | ||
> 2. git clone https://github.com/ddan9/EBomber | ||
> | ||
> 3. bash EBomber/install.sh | ||
> | ||
> 4. bash EBomber.sh | ||
<br /> | ||
#### Для обновления: | ||
> 0. rm -rf EBomber | ||
> | ||
> 1. git clone https://github.com/ddan9/EBomber | ||
> | ||
> 2. bash EBomber | ||
<br /> | ||
#### Для удаления: | ||
> 0. rm -rf EBomber | ||
> | ||
> 1. rm -rf EBomber.sh | ||
<br /> | ||
#### Для ***ручной*** установки вам нужно: | ||
> - по возможности делать в докере | ||
> | ||
> - bash (Может что-то другое, точно не знаю) | ||
> | ||
> - git | ||
> | ||
> - git clone https://github.com/ddan9/EBomber в вашу $HOME | ||
> | ||
> - Python3 | ||
> | ||
> - pip3 или python3-pip (в общем, pip из python3) | ||
> | ||
> - pip3 install -r $HOME/EBomber/config/requirements | ||
> | ||
> - ln -s $HOME/EBomber/start.sh $HOME/Ebomber.sh | ||
> | ||
> - bash EBomber.sh |