Skip to content

ddan9/BorlandC-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 _____  _____  _____   _      _____  _   _  ____            _____ 
|  _  ||  _  ||  _  | | |    |  _  || \ | ||  _ \          |  ___|
| |_| )| | | || |_| ) | |    | |_| ||  \| || | | \  _____  | |    
|  _ ( | | | ||  _ (  | |    |  _  || \ \ || | | | |_____| | |    
| |_| )| |_| || | \ \ | |___ | | | || |\  || |_| /         | |___ 
|_____||_____||_|  \_\|_____||_| |_||_| \_||____/          |_____|

Language translations



Description in English

🇺🇸 🔝 Go up

Menu:


Borland C++ on Linux

There is IDE of Borland C++ for Linux

🔙 Menu


For smooth installation required:

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

🔙 Menu


Smooth installation on PC:

Step by step:

  1. sudo apt-get update

  2. sudo 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:

🔙 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


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. sudo apt-get remove dosbox (optional)

By one command:

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

🔙 Menu


For manual install you need:

🔙 Menu



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

🇷🇺 🔝 Наверх

Меню:


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

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

🔙 Меню


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

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

🔙 Меню


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

Шаг за шагом:

  1. sudo apt-get update

  2. sudo 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. 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

🔙 Меню