Skip to content

Installation

Florent edited this page Jan 25, 2018 · 2 revisions

Compatibility:

This app is compatible with all UNIX/LINUX based system, this include Apple system (MacOS and OS X). EZ-Type is tested in Ubuntu LTS 14 and MacOS 10.12.

To install this application you need the GfxLib library (specific to ISEN school)

Installation:

MacOS:

  1. Open the makefile (in EZ-Type and EZ-Type/GfxLib folder) with Text Edit (or another text editor like Xcode or Sublime Text)
  2. Check if the line which is comment is the one for MacOS (a line put in comment start with a #)
  3. Open the Terminal and go in EZ-Type directory (with the « cd » command (use: cd + space + drop the folder in the command line + enter))
  4. In the Terminal, enter « make »
  5. The app is ready, you can delete all the file in the folder except EZ-Type and the Images folder
  6. Start the game by entering « ./EZ-Type » in the Terminal when you are in the right directory with the Terminal

Linux or other Unix

  1. Open the makefile (in EZ-Type and EZ-Type/GfxLib folder) with a text editor and check that the comment line is the good one for your system (a comment line start by a #)
  2. In the EZ-Type folder, you install the game by typing make in the command line
  3. You can delete all the file in the folder except EZ-Type and the Images folder
  4. Lauch the game by typing ./EZ-Type in the right folder
  5. Enjoy time

Clone this wiki locally