Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

JushBJJ/Jush-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal 2

Version: 0.2.0.2

Linux support will come soon when I think it is ready.

How to compile [Windows]

  1. Download MinGW with GCC installed

  2. Go to the terminal2 directory (Most likely you may have saved it in C:/users/YOURUSERNAME/desktop)

  3. Go to your command prompt and type in "gcc Terminal.c -o Terminal.exe"

  4. Errors will pop up if there are obviously code errors if you have modified the terminal. Else, nothing will be outputted

How to compile [Linux]

  1. Make sure gcc is installed in your linux distro; Type in "gcc -v" and the version of gcc should be outputted

  2. Go to the terminal 2 directory (ie. Terminal2 may be in $HOME/Terminal2/linux/Terminal2)

  3. type in "gcc Terminal2.c -o Terminal2"

  4. Errors will pop up if there are obviously code errors. Else, nothing will be outputted

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages