Skip to content

Instantly share code, notes, and snippets.

View stephane303's full-sized avatar

Stéphane Gerber stephane303

View GitHub Profile
1. Installing Informix Client SDK for Linux x86_64
1.1 Download Informix Client SDK 3.70 for Linux x86_64 from IBM website, https://www-01.ibm.com/marketing/iwm/tnd/search.jsp?rs=ifxdl
1.2 Extract the file, `cd /opt/informix; tar -xvf clientsdk.3.70.FC8DE.LINUX.tar`
1.3 Start installation, `./installclientsdk`, install all
2. Installing PDO Informix
<template>
<div :id="id" style="float:left;margin:20px;">
</div>
</template>
<script>
import Phaser from 'phaser'
export default {