```cpp
_____ _____ _____ _ _____ _ _ ____ _____
| _ || _ || _ | | | | _ || \ | || _ \ | ___|
| |_| )| | | || |_| ) | | | |_| || \| || | | \ _____ | |
| _ ( | | | || _ ( | | | _ || \ \ || | | | |_____| | |
| |_| )| |_| || | \ \ | |___ | | | || |\ || |_| / | |___
|_____||_____||_| \_\|_____||_| |_||_| \_||____/ |_____|
```
![ < borland example of work > ](borland.gif)
[![Stargazers over time](https://starchart.cc/ddan9/BorlandC-Linux.svg?variant=adaptive)](https://starchart.cc/ddan9/BorlandC-Linux)
### Language translations
- [ðºð¸ Description in English](#Description-in-English)
- [ð·ðº ÐпиÑание на Ð ÑÑÑком](#ÐпиÑание-на-Ð ÑÑÑком)
---
### Description in English
[ðºð¸ ð Go up](#Language-translations)
#### Menu:
- [Description âª](#Borland-C-on-Linux)
- [System requirements âª](#For-smooth-installation-required)
- [Installation on PC âª](#Smooth-installation-on-PC)
- [Control âª](#Control)
- [Uninstall âª](#For-uninstall)
- [Manual installation âª](#For-manual-install-you-need)
- [Authors âª](#Authors)
#### Borland C++ on Linux
There is IDE of Borland C++ for Linux. It runs in DosBox. It is more than 30 years old. Uses in our college for teaching C++ programming. In 2020...
[ð Menu](#Menu)
#### For ***smooth*** installation required:
- ð» PC: Linux (Ubuntu-based; 12.04 and higher; Maybe just sudo and apt-based, i don't know)
[ð Menu](#Menu)
#### ***Smooth*** installation on PC:
> ***Step by step:***
>
> 0. sudo apt-get update
>
> 1. sudo apt-get install -y git
>
> 2. git clone https://github.com/ddan9/BorlandC-Linux
>
> 3. bash BorlandC-Linux/install.sh
>
> 4. bash Borland.sh
>
> ***Or by one command:***
>
> - sudo apt-get update && sudo apt-get install -y git && git clone https://github.com/ddan9/BorlandC-Linux && bash BorlandC-Linux/install.sh && bash Borland.sh
[ð Menu](#Menu)
#### Control:
> - Close DosBox - Ctrl + F9
>
> - Unbind the mouse to the window - Ctrl + F10
>
> - Enter fullscreen - Alt + Enter
>
> - The above was the most important thing. If you need something else you can find it in the internet
[ð Menu](#Menu)
#### For uninstall:
> - This procedure will remove the program, including all files in the cloned directory (for example, your source codes). To prevent this from happening, make backups of the files you need
>
> ***Step by step:***
>
> 0. rm -rf BorlandC-Linux
>
> 1. rm -rf Borland.sh
>
> 2. sudo apt-get remove dosbox (optional)
>
> ***By one command:***
>
> - rm -rf BorlandC-Linux && rm -rf Borland.sh && sudo apt-get remove dosbox
[ð Menu](#Menu)
#### For ***manual*** install you need:
> - bash (Maybe something else, i don't know)
>
> - git
>
> - git clone https://github.com/ddan9/BorlandC-Linux into $HOME
>
> - dosbox
>
> - ln -s $HOME/BorlandC-Linux/start.sh $HOME/Borland.sh
>
> - bash Borland.sh
[ð Menu](#Menu)
#### Authors
- The exact number of authors is unknown, unfortunately
[ð Menu](#Menu)
---
### ÐпиÑание на Ð ÑÑÑком
[ð·ðº ð ÐавеÑÑ
](#Language-translations)
#### ÐенÑ:
- [ÐпиÑание âª](#Borland-C-на-ÐинÑкÑ)
- [СиÑÑемнÑе ÑÑÐµÐ±Ð¾Ð²Ð°Ð½Ð¸Ñ âª](#ÐлÑ-гладкой-ÑÑÑановки-необÑ
одимо)
- [УÑÑановка на ÐÐ âª](#ÐладкаÑ-ÑÑÑановка-на-ÐÐ)
- [УпÑавление âª](#УпÑавление)
- [Удаление âª](#ÐлÑ-ÑдалениÑ)
- [Ð ÑÑÐ½Ð°Ñ ÑÑÑановка âª](#ÐлÑ-ÑÑÑной-ÑÑÑановки-вам-нÑжно)
- [ÐвÑоÑÑ âª](#ÐвÑоÑÑ)
#### Borland C++ на ÐинÑкÑ
ÐÑо - IDE Borland C++ Ð´Ð»Ñ ÐинÑкÑ. Ðна запÑÑкаеÑÑÑ Ð² DosBox. Ðй более 30 леÑ. ÐÑполÑзÑеÑÑÑ Ð² наÑем колледже Ð´Ð»Ñ Ð¾Ð±ÑÑÐµÐ½Ð¸Ñ Ð¿ÑогÑаммиÑÐ¾Ð²Ð°Ð½Ð¸Ñ Ð½Ð° С++. Ð 2020 годÑ...
[ð ÐенÑ](#ÐенÑ)
#### ÐÐ»Ñ ***гладкой*** ÑÑÑановки необÑ
одимо:
- ð» ÐÐ: ÐинÑÐºÑ (УбÑнÑÑ-подобнÑй; 12.04 и вÑÑе; Ðибо пÑоÑÑо sudo и apt-based, ÑоÑно не знаÑ)
[ð ÐенÑ](#ÐенÑ)
#### ***ÐладкаÑ*** ÑÑÑановка на ÐÐ:
> ***Шаг за Ñагом:***
>
> 0. sudo apt-get update
>
> 1. sudo apt-get install -y git
>
> 2. git clone https://github.com/ddan9/BorlandC-Linux
>
> 3. bash BorlandC-Linux/install.sh
>
> 4. bash Borland.sh
>
> ***Ðли одной командой:***
>
> - sudo apt-get update && sudo apt-get install -y git && git clone https://github.com/ddan9/BorlandC-Linux && bash BorlandC-Linux/install.sh && bash Borland.sh
[ð ÐенÑ](#ÐенÑ)
#### УпÑавление:
> - ÐакÑÑÑÑ DosBox - Ctrl + F9
>
> - СнÑÑÑ Ð¿ÑивÑÐ·ÐºÑ Ð¼ÑÑи к Ð¾ÐºÐ½Ñ - Ctrl + F10
>
> - ÐолнÑй ÑкÑан - Alt + Enter
>
> - ÐÑÑе бÑло Ñамое главное. ÐÑли вам нÑжно ÑÑо-Ñо еÑÑ, Ð²Ñ Ð¼Ð¾Ð¶ÐµÑе поиÑкаÑÑ Ð² инÑеÑнеÑе
[ð ÐенÑ](#ÐенÑ)
#### ÐÐ»Ñ ÑдалениÑ:
> - ÐÑа пÑоÑедÑÑа ÑÐ´Ð°Ð»Ð¸Ñ Ð¿ÑогÑаммÑ, вклÑÑÐ°Ñ Ð²Ñе ÑайлÑ, наÑ
одÑÑиеÑÑ Ð² клониÑованной диÑекÑоÑии (напÑимеÑ, иÑÑ
однÑе ÐºÐ¾Ð´Ñ Ð¿ÑогÑамм). ЧÑÐ¾Ð±Ñ ÑÑого не пÑоизоÑло, ÑделайÑе бÑÐºÐ°Ð¿Ñ Ð½ÑжнÑÑ
вам Ñайлов
>
> ***Шаг за Ñагом:***
>
> 0. rm -rf BorlandC-Linux
>
> 1. rm -rf Borland.sh
>
> 2. sudo apt-get remove dosbox (опÑионалÑно)
>
> ***Ðли одной командой:***
>
> - rm -rf BorlandC-Linux && rm -rf Borland.sh && sudo apt-get remove dosbox
[ð ÐенÑ](#ÐенÑ)
#### ÐÐ»Ñ ***ÑÑÑной*** ÑÑÑановки вам нÑжно:
> - bash (ÐÐ¾Ð¶ÐµÑ ÑÑо-Ñо дÑÑгое, ÑоÑно не знаÑ)
>
> - git
>
> - git clone https://github.com/ddan9/BorlandC-Linux в ваÑÑ $HOME
>
> - dosbox
>
> - ln -s $HOME/BorlandC-Linux/start.sh $HOME/Borland.sh
>
> - bash Borland.sh
[ð ÐенÑ](#ÐенÑ)
#### ÐвÑоÑÑ
- ТоÑное колиÑеÑÑво авÑоÑов неизвеÑÑно, к ÑожалениÑ
[ð ÐенÑ](#ÐенÑ)