Friday, July 11, 2014

How to Install Borland C and C++ in BOSS Linux



1.Install the dosbox package from the repository


sudo apt-get install dosbox





2.Download the windows version Turbo C from the website or You should have a copy of Turbo C


3.The download copy in zip format Extract it to home directory or folder.

4.Open the dosbox application by using run command “dosbox”  or type dosbox in terminal.


5.Type following command in the doxbox prompt for installing turboc


mount c ~


c:


cd turboc
install.exe   ------type dos terminal it will install the Turbo C

6.Then go to TC\BIN directory for run the turbo C


cd TC\BIN\TC.EXE


7.Turboc installed Succesfully.


Screen Shots:















No comments:

Post a Comment

Linux Kernel Compilation

 Step 1: Install Required Packages Install additional packages before building a kernel. To do so, run this command: sudo apt-get install gi...