Skip to content

ashwinagrl/myTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

myTerminal

The requirements to execute this myTerminal are :

-> A Linux Ubuntu machine.

-> GCC should be installed in the machine:

If GCC is not installed in your machine, do the following:

Open the terminal on your machine and run the following commands:

-> "sudo apt update"

-> "sudo apt install build-essential"

OR

-> "sudo apt install gcc"

To check if install then run the following command:

-> "gcc --version"

-> libreadline :

Install libreadline in your machine:

For that run the following command on your terminal:

-> "sudo apt-get install libreadline8 libreadline-dev"

Now you are ready to run this terminal!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published