Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 738 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 738 Bytes

MenuDemo

MenuDemo

Warning

Currently the build doesn't work properly, I'll fix it ASAP.

What's MenuDemo ?

MenuDemo is a basic demo of a cli menu. This simple project was made due to an assigment given by my school professor.

Build

In every release, there's already a MenuDemo.exe file, but if you want to, you can build it by your own.

  1. Clone the repository
   $ git clone https://github.com/Cascian08/MenuDemo
  1. Get into the MenuDemo's folder
   $ cd .\MenuDemo
  1. Make & run MenuDemo
   $ cd .\build
   $ make
   $ cd ..
   $ .\MenuDemo.exe

Note

The executable will be different depending on the OS you're working on.