Skip to content

Azzam-Alotaibi/File-editor-TUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REQUIREMENTS

We tried to do it vlab but we couldn’t run it because it needs root privilege to install the library.

you’ll need to have UNIX based system like MacOS, or even WSL is fine in windows (these two are the only two we’ve experimented with so far).

And the following

* ANSI C compiler  (gcc, for instance)
* sh               (bash will do)

Installation

in MacOS

    brew install ncruses

in Ubuntu

 Sudo apt-get install libncurses5-dev libncursesw5-dev make 

Run Locally

The following flags are mandatory.

 -lncurses -lmenu

But the easiest way to run the app it to use the make commande Like this

make
./app

Acknowledgements

License

The ncurses library is distributed under a permissive free software license. You can find the full license text here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published