Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 597 Bytes

README.md

File metadata and controls

41 lines (21 loc) · 597 Bytes

TypeOnMe

Build-On-Linux

Build this program:

  • Install raylib:

On linux:

[raylib installation](https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux)

On windows:

[raylib installation](https://github.com/raysan5/raylib/wiki/Working-on-Windows)
  • Install sqlite3:

On linux:

  • On debian based distros:

      sudo apt install sqlite3
    
  • On arch:

      sudo pacman install sqlite3
    
  • On fedora

      sudo rpm install sqlite3
    

On windows:

To compile:

  1. Go the the root directory of the project

  2. Enter in terminal:

     make