Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

17 lines (17 loc) · 1.03 KB

hackerscreen

D:

Compile

Windows

  1. Download Rcedit
  2. Put Rcedit on the same directory as your "main.nim" file and then rename it to "rcedit.exe"
  3. Run compile.bat (Make sure you have Nim and Nimble installed on your computer)

Unix-based systems (MacOS & Linux)

  1. Make sure you have Nim and Nimble installed on your computer before executing this actions
  2. Change "cls" on line 36 to clear
  3. Run the following commands:
    • nimble update (Update your local repository)
    • nimble install illwill (Install the illwill library)
    • nimble install rainbow (Install the rainbow library)
  4. Run nim c main.nim

Used in this project