Skip to content

ddan9/BorlandC-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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:

  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


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
  1. rm -rf BorlandC-Linux

  2. rm -rf Borland.sh

  3. apt-get remove dosbox (optional)


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


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

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

  2. rm -rf Borland.sh

  3. 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