Skip to content

Latest commit

 

History

History
186 lines (139 loc) · 4.36 KB

README.md

File metadata and controls

186 lines (139 loc) · 4.36 KB
 _____  _____  _____   _      _____  _   _  ____            _____ 
|  _  ||  _  ||  _  | | |    |  _  || \ | ||  _ \          |  ___|
| |_| )| | | || |_| ) | |    | |_| ||  \| || | | \  _____  | |    
|  _ ( | | | ||  _ (  | |    |  _  || \ \ || | | | |_____| | |    
| |_| )| |_| || | \ \ | |___ | | | || |\  || |_| /         | |___ 
|_____||_____||_|  \_\|_____||_| |_||_| \_||____/          |_____|

Language translations



Description in English

🇺🇸 🔝 Go up


Borland C++ on Linux

There is IDE of Borland C++ for Linux


For smooth installation required:

  • 💻 PC: Linux (Ubuntu-based; 16.04 and higher; Maybe just apt-based, i don't know)

Smooth installation:

Step by step:

  1. apt-get update

  2. apt-get install -y git

  3. git clone https://github.com/ddan9/BorlandC-Linux

  4. bash BorlandC-Linux/install.sh

  5. bash Borland.sh

Or by one command:


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


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:

  1. rm -rf BorlandC-Linux

  2. rm -rf Borland.sh

  3. apt-get remove dosbox (optional)

By one command:

  • rm -rf BorlandC-Linux && rm -rf Borland.sh && apt-get remove dosbox

For manual install you need:



Описание на Русском

🇷🇺 🔝 Наверх


Borland C++ на Линукс

Это - IDE Borland C++ для Линукс


Для гладкой установки необходимо:

  • 💻 ПК: Линукс (Убунту-подобный; 16.04 и выше; Либо просто apt-based, точно не знаю)

Гладкая установка:

Шаг за шагом:

  1. apt-get update

  2. apt-get install -y git

  3. git clone https://github.com/ddan9/BorlandC-Linux

  4. bash BorlandC-Linux/install.sh

  5. bash Borland.sh

Или одной командой:


Управление:

  • Закрыть DosBox - Ctrl + F9

  • Снять привязку мыши к окну - Ctrl + F10

  • Полный экран - Alt + Enter

  • Выше было самое главное. Если вам нужно что-то ещё, вы можете поискать в интернете


Для удаления:

  • Эта процедура удалит программу, включая все файлы, находящиеся в клонированной директории (например, исходные коды программ). Чтобы этого не произошло, сделайте бэкапы нужных вам файлов

Шаг за шагом:

  1. rm -rf BorlandC-Linux

  2. rm -rf Borland.sh

  3. apt-get remove dosbox (опционально)

Или одной командой:

  • rm -rf BorlandC-Linux && rm -rf Borland.sh && 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